Data Virtualization in Windows Forms DataGrid (SfDataGrid)
29 Sep 2020 / 1 minute to read
SfDataGrid provides support to handle the large amount of data through built-in virtualization features. With Data virtualization, SfDataGrid.View process the data in on-demand for better performance while loading large amount of data.
The large amount of data can be loaded in less time by setting SfDataGrid.EnableDataVirtualization property to true
.
this.sfDataGrid1.EnableDataVirtualization = true;
Me.sfDataGrid1.EnableDataVirtualization = True
Limitations
- Data update using LiveDataUpdateMode is not supported.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page