Hi,
I want to move the ListGrid to a specific page or rownumber (so that also the scrollbar reflects this position), I checked the source code but it was not directly clear for me on how I can do that.
I tried by returning the required data page eventhough the listgrid requests another data page. For example the listgrid requests startrow/endrow 0 to 100 and my server returns 500 to 600. This correctly shows the 500-600 rows but the scrollbar does not reflect that there are 500 records before the loaded page (the scrollbar is at the top). And maybe there are other problems with this approach.
Thanks for any pointers or insight in this!
gr. Martin
I want to move the ListGrid to a specific page or rownumber (so that also the scrollbar reflects this position), I checked the source code but it was not directly clear for me on how I can do that.
I tried by returning the required data page eventhough the listgrid requests another data page. For example the listgrid requests startrow/endrow 0 to 100 and my server returns 500 to 600. This correctly shows the 500-600 rows but the scrollbar does not reflect that there are 500 records before the loaded page (the scrollbar is at the top). And maybe there are other problems with this approach.
Thanks for any pointers or insight in this!
gr. Martin
Comment