Skip to content

Commit b1f9bf3

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

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
@@ -79,7 +79,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
7979
</style>
8080
8181
@code {
82-
private TelerikGrid<SampleData> GridRef { get; set; } = null!;
82+
private TelerikGrid<SampleData>? GridRef { get; set; }
8383
8484
private IEnumerable<SampleData> MyData = Enumerable.Range(1, 10).Select(x => new SampleData
8585
{

0 commit comments

Comments
 (0)