Tuesday, October 21, 2014

Re: How to delay GWT datagrid row selection until load is complete?

Just select the row after you call setRowData (or when your data provider returns with new data--not sure how you're populating your grid). Or maybe even better, after you get a RangeChangeEvent.


On Monday, October 13, 2014 6:22:20 AM UTC-6, Bharat Srinivasan wrote:

Is there any way that I can execute a method to select a row in GWT DataGrid after the grid is loaded completely?

I am trying to select a specific row in the table, in cases where the table load is taking more time, the selection does not happen.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment