I got my db in sql and i load a datagrid but still i see the scroll, and its loading all data 50k records, any chance to turn on infinite scroll? so when im scrolling its getting data ? i mean is not slow as 50k was loaded in less than a second.
thank you
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 02 Jan 2024, 10:14 AM
Hello, Alexis,
RadGridView doesn't offer infinite scrolling.
Following the provided description, I can recommend you consider using RadVirtualGrid instead of normal RadGridView. RadVirtualGrid is a grid component that provides a convenient way to implement your data management operations and optimizes the performance when interacting with large amounts of data. Thanks to the CellValueNeeded event that you need to handle, the virtual grid loads its data on demand when it is needed according to specified RowCount and ColumnCount properties: Populating with Data - WinForms VirtualGrid Control - Telerik UI for WinForms
You can also check our Demo >> Virtual Grid >> First lookexample.
I hope this will be useful. If you have any other questions do not hesitate to contact us.
Regards,
Nadya | Tech Support Engineer
Progress Telerik