Regarding Grid Control Selection

Hi

I am using the Grid control.I have set the Allow selection to Alpha,Table and Row,Property like Excel like selection and Excel like property is to be set to true which allow me to select the rows by using the ctrl key.say i wll selct row no. 1,4,5,8,10 rows out of 10 rows but i am not able get the list of the selected rows in the grid Plz help me.

I shal thank for you

Best Regards
Vikas Chopra


1 Reply

JJ Jisha Joy Syncfusion Team May 15, 2008 01:06 PM UTC


Hi Vikas,

please use the the following code snippets and let me know if this helps.

this.gridControl1.ListBoxSelectionMode = SelectionMode.MultiExtended;

// Get the seclected rows.
this.gridControl1.Selections.GetSelectedRows(true, true);

Thank you for using Syncfusion products.

Regards,
Jisha


Loader.
Up arrow icon