single click sorting with context menu

Besides creating a new control that inherits from the sync fusion grid and overriding the sort method, how can I turn off sorting when the user right mouse clicks on a column header? I use that for displaying a context menu and don''t want to sort when the user right mouse click on the column header. I could change the sorting to a double click, but would prefer not to. Thanks Jeff

1 Reply

AD Administrator Syncfusion Team January 15, 2004 07:55 PM UTC

Try setting this property to see if it does what you need. this.gridDataBoundGrid1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

Loader.
Up arrow icon