We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c3fd4 commit 5ac965eCopy full SHA for 5ac965e
components/treelist/virtual-scrolling.md
@@ -20,7 +20,7 @@ To enhance rendering performance, the TreeList reuses the same set of HTML eleme
20
* Set the `ScrollMode` parameter to `TreeListScrollMode.Virtual` (the default value is `Scrollable`).
21
* Set the `Height` and `RowHeight` parameters.
22
23
->caption Enable Sorting in Telerik TreeList
+>caption Enable virtual scrolling in the Telerik TreeList for Blazor
24
25
````CSHTML
26
<TelerikTreeList Data="@TreeListData"
0 commit comments