How do I multi-select rows in a ggc that does not have a row header

How can I multi select rows in a ggc if the row header, which should enable row selection, is turned off.

I have the fllw code, but it's not working

//multi-select
this.gridGroupingControl2.TableModel.Options.AllowSelection = GridSelectionFlags.Any & ~GridSelectionFlags.Cell;
this.gridGroupingControl2.TableModel.Options.AllowDragSelectedRows = false;
this.gridGroupingControl2.TableModel.Options.ListBoxSelectionMode = SelectionMode.MultiExtended;

2 Replies

JB James Blibo December 20, 2006 03:24 AM UTC

found it...never mind


AD Administrator Syncfusion Team December 20, 2006 06:37 PM UTC

Hi James,

Please refer to the following KB article which explains about the different selection types in the GridGroupingControl

KB article: http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=344

Have a nice day.

Best regards,
Madhan

Loader.
Up arrow icon