I have a RadGrid with a GridClientSelectColumn to allow the user to select several rows.
Unfortunately when the user clicks on a row(but not on the selectcolumn) all the selected rows are deselected and the row which is clicked on is selected,
How can I prevent this?(eg. only the GridClientSelectColumn should react to clicks the rest of the row should ignore them).
The second grid on this( http://demos.telerik.com/aspnet-ajax/grid/examples/client/selecting/defaultcs.aspx ) example page has the same "error"
Unfortunately when the user clicks on a row(but not on the selectcolumn) all the selected rows are deselected and the row which is clicked on is selected,
How can I prevent this?(eg. only the GridClientSelectColumn should react to clicks the rest of the row should ignore them).
The second grid on this( http://demos.telerik.com/aspnet-ajax/grid/examples/client/selecting/defaultcs.aspx ) example page has the same "error"