You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/columns/virtual.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ published: true
8
8
position: 5
9
9
---
10
10
11
-
# Virtual Columns
11
+
# Virtualized Columns
12
12
13
13
The Grid lets you add Virtualized Columns. This means that columns and the corresponding data will be rendered only for the currently visible viewport. When changing the [Page]({%slug components/grid/features/paging%}) or [Sorting]({%slug components/grid/features/sorting%}) the Grid less elements are rendered which improves the responsiveness and the overall user experience.
14
14
@@ -31,7 +31,7 @@ This article will be separated in the following sections:
31
31
32
32
The targeted scenario is for Grid with big volume of columns, since the performance improvement will be most significant there.
33
33
34
-
>caption Basic setup of the Virtual Columns
34
+
>caption Basic setup of the Virtualized Columns
35
35
36
36
````CSHTML
37
37
@*Observe the behavior of the Grid with enabled ColumnVirtualization*@
@@ -112,9 +112,9 @@ The targeted scenario is for Grid with big volume of columns, since the performa
112
112
>caption The result from the code snippet above
113
113

114
114
115
-
## Virtual Columns and Rows
115
+
## Virtualized Columns and Rows
116
116
117
-
To use Virtualized Columns and Rows together you need to set `Height` parameter of the Grid as well. More information on Virtual Rows can be found in the [Virtual Scrolling]({%slug components/grid/virtual-scrolling%}) article.
117
+
You can use Virtualized Columns and Rows together. More information on Virtual Rows can be found in the [Virtual Scrolling]({%slug components/grid/virtual-scrolling%}) article.
118
118
119
119
>caption Use Virtualized Columns and Rows together
0 commit comments