We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon