Skip to content

Commit c474b15

Browse files
authored
chore(Treelist): add limitation section to frozen columns article (#2839)
1 parent 0cdc376 commit c474b15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/treelist/columns/frozen.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@ If the column you want to freeze is not the first in the list, the treelist must
105105
}
106106
````
107107

108+
## Limitations
109+
110+
The frozen columns pose some requirements:
111+
112+
* The `Width` of the TreeList **must** be set in `px` units.
113+
114+
* When a column is frozen (it has `Locked="true"`), its `Width` **must** be in `px` units.
115+
116+
108117

109118
## See also
110119
* [Live demo: Frozen Columns](https://demos.telerik.com/blazor-ui/treelist/frozen-columns)

0 commit comments

Comments
 (0)