Hy,
Im trying in the same row to check/uncheck the checkbox with clicking in the cell containing this checkbox (so as the action : _ultraGridList.DisplayLayout.Override.CellClickAction = CellClickAction.Default) but then I have to click in a cell from another column, I will have the same behaviour as the CellClickAction.RowSelect.Do you think it's possible ?
Yes, it works now perfectly !
Thank you very much !
Hi Pokorny,
Thank you for posting in our forums.
The UltraGridColumn also has a CellClickAction property. You can use it to set the cell click action only for this column to EditAndSelectText. Then you can set the CellClickAction for the whole grid to RowSelect. The settings on the column, will take precedence over the settings on the whole column.
I have attached a sample demonstrating this approach.
Let me know if you have any additional questions.