right-click GridListControl un-select

When I right-click on a list item, it de-selected the selected item. How can I prevent right-click from selecting/de-selecting a GridListControl row.

1 Reply

AD Administrator Syncfusion Team June 26, 2006 10:11 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, Madhan

Loader.
Up arrow icon