Re: CellTable - Synchronization problem with AsyncDataProvider
Hi,
I found out the following:
When the second call to onRangeChanged occurrs, there are fewer records in the list than visible rows in the CellTable!
The first rows are updated correctly, but the remaining visible rows are not cleared!
So there is probably no synchronization problem, but a display problem:
When after calling tbl.setVisibleRangeAndClearData there are fewer rows than visible rows, the remaining visible rows are not cleared.
When the data comes in it is pushed into the table by a call to provider.updateRowData.
At this moment: How can I ensure that the remaining rows are cleared and why does not CellTable clear them?
Thanks
Magnus
-- Magnus
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/QgYigNKmui8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home