Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions components/treelist/columns/frozen.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ If the column you want to freeze is not the first in the list, the treelist must
}
````

## Limitations

The frozen columns pose some requirements:

* The `Width` of the TreeList **must** be set in `px` units.

* When a column is frozen (it has `Locked="true"`), its `Width` **must** be in `px` units.



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