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 d48a4cf commit b1f9bf3Copy full SHA for b1f9bf3
knowledge-base/grid-show-tooltip-on-column-header.md
@@ -79,7 +79,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
79
</style>
80
81
@code {
82
- private TelerikGrid<SampleData> GridRef { get; set; } = null!;
+ private TelerikGrid<SampleData>? GridRef { get; set; }
83
84
private IEnumerable<SampleData> MyData = Enumerable.Range(1, 10).Select(x => new SampleData
85
{
0 commit comments