Skip to content

Commit d48a4cf

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 ee97df0 commit d48a4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
4040
OnStateChanged="@((GridStateEventArgs<SampleData> args) => HandleColumnWidthChange(args))"
4141
Width="510px">
4242
<GridColumns>
43-
<GridColumn Field="@(nameof(SampleData.Id))" Width="130px">
43+
<GridColumn Field="@nameof(SampleData.Id)" Width="130px">
4444
<HeaderTemplate>
4545
<span title="Unique Identifier"
4646
class="@(ShowTooltip.GetValueOrDefault(nameof(SampleData.Id), false) ? "employee-header" : "")">

0 commit comments

Comments
 (0)