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 ee97df0 commit d48a4cfCopy full SHA for d48a4cf
knowledge-base/grid-show-tooltip-on-column-header.md
@@ -40,7 +40,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
40
OnStateChanged="@((GridStateEventArgs<SampleData> args) => HandleColumnWidthChange(args))"
41
Width="510px">
42
<GridColumns>
43
- <GridColumn Field="@(nameof(SampleData.Id))" Width="130px">
+ <GridColumn Field="@nameof(SampleData.Id)" Width="130px">
44
<HeaderTemplate>
45
<span title="Unique Identifier"
46
class="@(ShowTooltip.GetValueOrDefault(nameof(SampleData.Id), false) ? "employee-header" : "")">
0 commit comments