I'm interested in shifting the right click column context menu to a left click. I've gotten this to work by binding to the OnColumnClick event and showing the menu in that way (though i also have to put in a timer and disable closing the menu for a short time - otherwise it shows and immediately hides itself). However, if the user clicks on the header text itself (rather than just the column background), the grid still wants to sort itself. Disabling sort fixes that problem, but then it also removes the sort functions from the context menu.
My context menu already has a number of custom elements in it, and i could certainly just add my own custom entries there. But i figured i would stop in here and see if there's an out of the box way to accomplish this goal. Can you turn off click to sort, but maintain the menu entries?
-RP
My context menu already has a number of custom elements in it, and i could certainly just add my own custom entries there. But i figured i would stop in here and see if there's an out of the box way to accomplish this goal. Can you turn off click to sort, but maintain the menu entries?
-RP