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

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to