Greetings,
In general the grid is working great. We are using this grid within the Aasp.net MVC framework.
We are not using LINQ and entity framework. We are using regular datasets.
However we are trying to get the new true scrolling working and I see some weird behavior.
For example, if I set the rownumber to 20 and there are 31 records, initially I get 20 rows, when I scroll past 20, the grid requests from the server page 1, 20 rows.
In the bottom rght corner of the grid it now shows:
View -19 – 20 of 31
and the grid with row numbers on shows rows 1-20 and then shows 1- 20 again.
What do we do to get this working?
Thanks in advance,
David
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top