If I needed a SuggestBox-like widget in a cell, I would implement my own CellWidget. This would require that you basically re-implement the whole widget using the custom-cell approach. Not trivial like simply adding the already made SuggestBox, but it will perform nicely like cell-based widgets 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, January 20, 2017 at 8:26:46 AM UTC-7, Frank wrote: > > 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 from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
