Hello,
I've got an issue with this function. I am using RadGrid together with a timebar, where I limit the time of the entries.
Data is from sql server using entity framework. Set Loadsize to 50
Now if I change timebar, sometimes it freezes and I see using sql profiler that it makes queries all the time every second.
OFFSET 11000 ROWS FETCH NEXT 50 ROWS ONLY
last one I checked
OFFSET 25200 ROWS FETCH NEXT 50 ROWS ONLY
The user didn't interact because gui is frozen, but the queries still go on.
Seems to be a bug.