Completed
Last Updated: 18 Mar 2021 12:22 by ADMIN
Erik
Created on: 05 Mar 2015 14:17
Category: Grid
Type: Bug Report
1
Virtual Scrolling in grid show correct "current page"/ "total pages" to user
When using a grid vith virtual scrolling it is currently not possible to get the current result that is viewed. I wanted to show the user approximatelly where he/she currently, i.e., I wanted to display in the GUI something like "Displaying rows 501-600 of 3211" when the pageSize is 100 and the total number of rows in the Grid is 3211. 

This would be helpful for orientation when using virtual scrolling with a high number of results. 

I have tried grid.dataSource.page() and this one is not currently possible to use. The results will be something like 100,200,300,400,500,600,500,700 sometimes going back a hundred and somtimes going forward 200 when using the scrollbar to scroll downwards.

Please check yourself by just creating a virtual scrolling grid with server side operations. Put the printout in the event handler for "DataBound". Page(), Skip() etc are not possible to use for the inconsistent behavior according to above. 

You help has not been able to find a solution or workaround for this and suggested I ask for this as new functionality.
1 comment
ADMIN
Alex Hajigeorgieva
Posted on: 23 Jan 2020 12:19

Hi, Eric,

This seems to work well with our remotely bound Kendo UI Grid with virtual scrolling:

https://dojo.telerik.com/@bubblemaster/OQazOMEF/2

Can you let me know how I can reproduce a faulty behaviour?

Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.