FIX. RadGridView - exception when clicking on a hidden cell
To reproduce:
- Add a checkbox column and hide some of the cells.
- Change some values and then click on empty cell.
- Exception occurs in OnMouseDownLeft method (GridRowBeahvior class)
Workaround:
Hide the checkbox only.