I have an unbound checkbox column that can be used to select rows in the grid. But I also need to disable the default method of selecting and highlighting the current row by clicking on it. I would only like to select and highlight the rows that have their respective checkboxes clicked.
I can't find any property that would disable row selection, so how can this be achieved?
I can't find any property that would disable row selection, so how can this be achieved?