right-click GridListControl un-select

When I right-click on a selected item in the GridListControl, it un-select the item. How do I change the behavior so it remains in the selection?

1 Reply

AD Administrator Syncfusion Team June 26, 2006 10:41 PM UTC

Hi GC, You can achieve this, by setting the SelectCellsMouseButtonsMask property to Left mouse button. The following is the code snippet. this.gridListControl1.Grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left; Best regards, Haneef

Loader.
Up arrow icon