Skip to content

Commit f6412c8

Browse files
svdimitrradkostanev
authored andcommitted
docs(grid): fix a code snippet
1 parent fea2bb8 commit f6412c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The tabs below show how to set the `Height` parameter with the different value o
158158
<TelerikGrid OnRead="@OnGridRead"
159159
TItem="@Product"
160160
ScrollMode="@GridScrollMode.Virtual"
161-
Height="480px" RowHeight="60" PageSize="20"
161+
Height="@GridHeight" RowHeight="60" PageSize="20"
162162
Sortable="true" FilterMode="@GridFilterMode.FilterRow">
163163
<GridColumns>
164164
<GridColumn Field="@nameof(Product.Name)" Title="Product Name" />

0 commit comments

Comments
 (0)