Add Different context menu for header and datagrid cell

How can i add separate context menu for header and row in radzen datagrid

Our demo shows how to add it for the data cells:

For headers you can add your own custom column HeaderTemplate with desired context menu implementation.

inside each tag
we specify

<div @oncontextmenu="@OnGridContextMenu">
Name


Something like this

There are various ContextMenu examples in our demos showing how the menu can be connected to various elements.

can you share the link please?