Is there a way to select a radgrid row from outside radgrid event for example like from inside a buttonclick event? I have a ragrid with a column “productname”, some other columns and a GridClientSelectColumn(checkbox).
My page also has a textbox and a button. When user type a product name, say ‘n’, in textbox and press button, I want the checkbox of row containing that particular product name to get checked.
Is this possible? The reason why I want this in because, my users will scan the product name using barcode scanner.
Please try with code snippet.
.aspx.cs
.aspx