Skip to content

Commit ee97df0

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
Update knowledge-base/grid-show-tooltip-on-column-header.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 32f4b17 commit ee97df0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

knowledge-base/grid-show-tooltip-on-column-header.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
3333
````RAZOR
3434
<p><strong>Resize and shrink some columns to observe the expected result</strong></p>.
3535
36-
<TelerikGrid Data="@MyData" Resizable="true"
36+
<TelerikGrid @ref="@GridRef"
37+
Data="@MyData"
38+
Reorderable="true"
39+
Resizable="true"
3740
OnStateChanged="@((GridStateEventArgs<SampleData> args) => HandleColumnWidthChange(args))"
38-
@ref="GridRef"
39-
Reorderable="true" Width="510px">
41+
Width="510px">
4042
<GridColumns>
4143
<GridColumn Field="@(nameof(SampleData.Id))" Width="130px">
4244
<HeaderTemplate>

0 commit comments

Comments
 (0)