Hello,
I have a grid with one editable column (CellClickAction property is set to Edit). All the other columns are non-editable. However, when I enter a value into the editable cell and hit the TAB key, focus moves to the next row and I can edit all the cells within that row, including those that are non-editable. Is this a bug or am I missing something?
Thank you.
If you tab into a cell, you are not clicking on it, so CellClickAction has no bearing. You need to use the CellActivation property on the column.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?