I have a RadGrid that I'm using wich has the Web2.0 skin applied to it. Is it possible to disable the ability to select a row by clicking anywhere on the row, only allowing to select by checking the checkbox?
You can check out the following code library submission which illustrtaes on how to select grid rows only when the GridClientSelectColumn check box is clicked by making use of the grid's OnRowSelecting and OnRowDeselecting client events. ClientSideSelectColumn - Disallow other selection