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 fea2bb8 commit f6412c8Copy full SHA for f6412c8
components/grid/virtual-scrolling.md
@@ -158,7 +158,7 @@ The tabs below show how to set the `Height` parameter with the different value o
158
<TelerikGrid OnRead="@OnGridRead"
159
TItem="@Product"
160
ScrollMode="@GridScrollMode.Virtual"
161
- Height="480px" RowHeight="60" PageSize="20"
+ Height="@GridHeight" RowHeight="60" PageSize="20"
162
Sortable="true" FilterMode="@GridFilterMode.FilterRow">
163
<GridColumns>
164
<GridColumn Field="@nameof(Product.Name)" Title="Product Name" />
0 commit comments