Skip to content

Commit ce8ddcc

Browse files
committed
chore(grid): Limitations article in Virtualized Columns article
1 parent 59b3570 commit ce8ddcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/grid/columns/virtual.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The Telerik Blazor Grid provides Virtual Scrolling for its Columns. This means t
1414

1515
This article provides the following sections:
1616
* [Basics](#basics)
17+
* [Limitations](#limitations)
1718
* [Notes](#notes)
1819
* [More Examples](#more-examples)
1920
* [Virtualized Columns and Rows](#virtualized-columns-and-rows)
@@ -115,6 +116,10 @@ To enable Virtualized Columns:
115116
![gif of virtual columns](images/virtual-columns-basic.gif)
116117

117118

119+
## Limitations
120+
121+
* Virtualized and [Frozen]({%slug grid-columns-frozen%}) are not supported to work together. The idea behind freezing some columns is so that they are visible at all time disregarding their position in the Grid. The Virtualized Columns, on the other hand, render only the columns for the current Grid viewport.
122+
118123
## Notes
119124

120125
* The `RowHeight` must accommodate the height of all the possible cells and their content in order to ensure good appearance. If certain cells that are not rendered have content that is taller than the rendered ones, you may experience glitches and unstable scrolling.

0 commit comments

Comments
 (0)