Re: SuggestBox in DataGrid?

2017-01-20 Thread Rogelio Flores
do. However, if your DataGrid doesn't have a large amount of rows (hard for me to imagine needing a very large DataGrid with a SuggestBox on each row), you might simply try using a Grid or a FlexTable, both of which will gladly take a SuggestBox in a "cell". Cheers! On Friday,

Re: SuggestBox in DataGrid?

2017-01-20 Thread Frank
Maybe it is all possible but not easy. That is the main reason we developed in an inhouse grid. Not enough capabilities for the datagrid, or to difficult to achieve certain things. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe

Re: SuggestBox in DataGrid?

2017-01-20 Thread Rocco De Angelis
with in the onBrowserEvent method. But you have to be very careful onAttach and onDetach must be called correctly if you attache an widget into the dom. Am Freitag, 20. Januar 2017 13:10:56 UTC+1 schrieb H Maner: > > Hello everyone, > > Has anyone been able to successfully use

SuggestBox in DataGrid?

2017-01-20 Thread H Maner
Hello everyone, Has anyone been able to successfully use a SuggestBox in a DataGrid? If so, how did you do it? GWT 2.6.1, soon upgrading to 2.8 (thank you!). Thank you, Hal Maner -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To u