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

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