I have a Radgrid with one GridClientSelectColumn and two GridBoundColumns . The problem is the following:
when you click on a cell on the right column, it unchecks all checked boxes in the left column EXCEPT for the checkbox in the row that you clicked. Clicking on the right column should not do anything; users should have to click the checkbox to select or unselect a feed.
When a user click on the colum that contains the name of the FEED, it unselects everything else. Can I disable clicking for a column? Sort of like enabled =false does for a ASP.net control. Please help