Skip to content

Commit d243a6b

Browse files
authored
Update README.md
1 parent 2459ef6 commit d243a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# WPF DataGrid Virtual Loading
22
Example shows the built-in data virtualization support in WPF DataGrid where it processes the record creations in on-demand for better loading performance.
33

4-
In this way, datagrid provides the same loading time for 1K records and 1 million record. You can enable data virtualization in datagrid by setting EnableDataVirtualization property.
4+
In this way, datagrid provides the same loading time for 1K records and 1 million record. You can enable data virtualization in datagrid by setting [EnableDataVirtualization](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.SfDataGrid~EnableDataVirtualization.html) property.

0 commit comments

Comments
 (0)