I have a radgrid with a GridBoundColumn. There is a button outside the radgrid with is enabled only when one or more rows are selected. How can I achieve this client side? I tried the following but did not work:
this._RadGrid1.ClientSettings.ClientEvents.OnRowSelected = "OnRowSelected";
Please make sure you are setting the Selecting-AllowRowSelect property of RadGrid to true. Please have a look into the sample code snippet which works fine at my end.