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

selection grid with endless scrollbar

1 Answer 372 Views
Grid
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 02 Dec 2019, 10:36 AM

Hi,
I have large records around 13000 and I used grid with endless scrollbar for better performance.
But if i want to select last row in grid. Scroll to last row number.
How do i accomplish that? I read blogs for virtual scrollbar but not getting for any endless scrollbar. Thanks in advance.

https://www.telerik.com/forums/vitual-scrolling-client-data-scroll-to-row-number

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 04 Dec 2019, 10:23 AM

Hello John,

 

Enabling endless scrolling on the Grid loads data that matches the specified pageSize. On scrolling down the Grid makes a new request fetching more data to load, on a new scroll it makes new requests and so on until it gets the whole data. Therefore, programmatically scrolling to the last row and selecting it not possible. The Grid does not hold the full data initially.

An alternative that could help with this scenario is the Virtualizaion of the data. The below reply to the forum thread you have found could help in this matter:

If there is anything else , we could help wit, please contact us back.

 

Regards,
Nikolay
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.
Tags
Grid
Asked by
n/a
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or