Short update on RemoteList implementation

Just short update for RemoteList post:

I noticed strange bug when you try to move scroll bar up and down - scrollbar position and data page may become unsynchronized (meaning that if scroll down all the way and then scroll up all the way you would not arrive at the same set of rows) - not sure if it’s something specific to my RemoteList implementation or the way DataGrid.getItemAt() works.

In any case the easiest way to avoid the problem is to ask DataGrid not to update rows while scrolling by using liveScrolling property:


About this entry