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

LazyLoading or LoadOnDemand for GridView

1 Answer 132 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 27 May 2016, 01:55 AM
Is there any way to implement LazyLoading or LoadOnDemand for GridView rather than RadTreeViews or Hierarchical Grids? Perhaps with Paging, where it only grabs data for the current page that is selected? We have pretty large recordsets being grabbed that slows down the program significantly when I need to refresh the GridView. I am currently limiting the amount or records to only the most recent entries right now but I would like to be able to search through older records without having to grab the entire list on every update of the GridView.

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 27 May 2016, 08:41 AM
Hi Ryan,

Thank you for writing.

For this purpose, you can use RadVirtualGrid, it only needs the data for the currently visible cells. Paging is supported as well. Detailed information is available here:
Please do not hesitate to contact us with any additional questions or concerns. 

Regards,
Dimitar
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Ryan
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or