how make datagrid in telerik winform have infinite scroll?

1 Answer 57 Views
Form GridView
Alexis
Top achievements
Rank 1
Iron
Iron
Alexis asked on 29 Dec 2023, 01:47 PM

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

Sort by
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 RadGridViewRadVirtualGrid 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 look example. 

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

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Form GridView
Asked by
Alexis
Top achievements
Rank 1
Iron
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or