Skip to content

Commit 00bdef3

Browse files
svdimitrmarin-bratanov
authored andcommitted
docs(grid): wording updates, fixed typos
1 parent b34e061 commit 00bdef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/grid/columns/virtual.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ published: true
88
position: 5
99
---
1010

11-
# Virtual Columns
11+
# Virtualized Columns
1212

1313
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.
1414

@@ -31,7 +31,7 @@ This article will be separated in the following sections:
3131

3232
The targeted scenario is for Grid with big volume of columns, since the performance improvement will be most significant there.
3333

34-
>caption Basic setup of the Virtual Columns
34+
>caption Basic setup of the Virtualized Columns
3535
3636
````CSHTML
3737
@*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
112112
>caption The result from the code snippet above
113113
![gif of virtual columns](images/virtual-columns-basic.gif)
114114

115-
## Virtual Columns and Rows
115+
## Virtualized Columns and Rows
116116

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.
118118

119119
>caption Use Virtualized Columns and Rows together
120120

0 commit comments

Comments
 (0)