GridDataboundGrid

There are 10 rows in griddataboundgrid. When i select row 4 and then click on SelectRow Button, the selected row in the griddataboundgrid should display in another griddataboundgrid.
Or i would like to save the currentrow in an array.
Goal is , how can i capture the selected row in the griddtaaboundgrid.

1 Reply

JJ Jisha Joy Syncfusion Team April 23, 2010 11:40 AM UTC

Hi Santhosh,

In GridDataBoundGrid, you could get the selected rows using the GetSelectedRows method. See the code:


this.gridDataBoundGrid1.Selections.GetSelectedRows(true, false);

Regards,
Jisha

Loader.
Up arrow icon