How do you select a row in a GridDataBoundGrid progamatically?

Hi, I''m trying to capture the click of a cell in my grid and then select the row that was clicked I know how to capture the event I just don''t know how to select the row... Is this possible?

1 Reply

AD Administrator Syncfusion Team March 14, 2004 10:18 PM UTC

Try adding the row range to the Selections collection. this.grid.Selections.Add(GridRangeInfo.Row(rowIndex));

Loader.
Up arrow icon