I want multiple row selection using Ctrl key

Hi I am using sysnfusion gruping grid, i want muliplte row selection by ctrl key.

so when ever i want press Ctrl key i can select only those row.

1 Reply

HA haneefm Syncfusion Team April 23, 2007 09:27 PM UTC

Hi Ashok,

You can try this code.

this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.MultiExtended;

Best regards,
Haneef

Loader.
Up arrow icon