This is a migrated thread and some comments may be shown as answers.

Page info in grid not matching with actual records

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael Epley
Top achievements
Rank 1
Michael Epley asked on 25 Jul 2016, 07:33 PM

Hi,

i have a grid which displays and updates the data. I have implemented paging with virtual scroll. I am facing issue where the records on the grid doesn't match with page number. 

Ex- If you scroll the grid or click on the bar below (attached screen shot) order id-10256 shows page as 11-15 but it is 6-8 ie 9th record.

May be because of this mismatch, when i edit a row and try to save, it doesn't retain the page.

Sample js i have created only for display of records. Please suggest , if i need to do anything for saving and retaining the page for saved record.

http://jsfiddle.net/Voswal/u1kwuqsu/

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 27 Jul 2016, 12:20 PM
Hi Michael,

As described in the following section of our documentation, virtual scrolling should be used as an alternative to paging, and both features should not be applied simultaneously:

http://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance#virtual-scrolling

Other documented limitations, and other detailed information about the Grid's virtual scrolling functionality is also available in the provided link.

Regards,
Dimiter Topalov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Tags
Grid
Asked by
Michael Epley
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or