I have a GridView with an ContextMenu to show/hide the columns. The ContextMenu opens always if I do a right-click in the rows or the header. Unfortunately I have some Controls in my Grid with its own ContextMenu which never opens.
Is there a safe way to add the ContextMenu for the HeaderRow?
I need the same functionality for a TreeList.
Thanks