I have a RadGridView with several columns: 1st is a checkbox, 2,3,4 contain some strings.
If I want to select a checkbox and I click on the first column, the CellClick event is fired but there's something I don't understand.
When the first CellClick event is fired, the Checkbox does not get activated. When I click again on the checkbox, only then it is activated but for some reason it goes out of sync with my code. When the UI shows it is activated, the code says that nothing is selected and viceversa.
How should I properly do a selection of multiple checkboxes which trigger from the first click?