I have a grid with 2 columns. One is read only and second is not.
The second is a checkbox column. Initially, FieldSettings.CellClickAction has the default value.
So when I click on checkbox column, I can check/uncheck the checkbox.
I want when to click on first column (the read-only), the whole row to be selected ( FieldSettings.CellClickAction = CellClickAction.SelectRecord.)
If I set initially CellClickAction.SelectRecord, then I cannot check/uncheck the second column, only if I make a double-click on the checkbox and then everything is ok.
This is not acceptable. What I'm need?
Please give me a solution.
I thought that exist a CellClick event to catch the clicked cell, but I don't see something usefully.
Regards, Liviu