Hi,
when I am using an "id" for a Grid-Component like the example below, then no ContextMenu appears.
Is it allowed to use an "id" or is there a other way to show the ContextMenu?
CellContextMenu works, but i want to show the ContextMenu on table header, too.
Thanks
<RadzenDataGrid @ref="ProjectGrid" id="ProjectGrid" TItem="TestProject" Data="@projectList" AllowPaging="true" PageSize="10" AllowFiltering="true" AllowSorting="true" ContextMenu="@OnContextMenu" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive">...