Skip to content

Commit ba30c69

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 fa24560 commit ba30c69

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
@@ -111,7 +111,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
111111
}
112112
}
113113
114-
await GridRef.SetStateAsync(args.GridState);
114+
await GridRef!.SetStateAsync(args.GridState);
115115
}
116116
117117
public class SampleData

0 commit comments

Comments
 (0)