I'd like a different context menu for the column headers than the actual data rows. Is there a property for this?
Hi,
The basic idea comes from a Knowledge Base article (http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8483).
First find out if the right mouse button was clicked and if so which element was being interacted with. If it was the right mouse button and the element was a HeaderUIElement then show the context menu of your choosing. You can easily replace the contextmenu with an UltraToolbars Popup Menu if you prefer.