Hi
I have a grid with some ReadOnly columns; also in CellFormatting event I set some cells as disabled according to other cells valuse based on business logic.When I use Tab for navigation between columns, it skips ReadOnly columns and set first next editable column as current; but when I use Enter key for navigation, it stops on all columns one by one, ReadOnly or not ReadOnly.
In addition, Tab key stops on disabled cells (without showing focus rectangle) as same as Enter key; is there any way for correcting Tab key behavior and simulate Enter key behavior as corrected Tab key behavior?
I have a grid with some ReadOnly columns; also in CellFormatting event I set some cells as disabled according to other cells valuse based on business logic.When I use Tab for navigation between columns, it skips ReadOnly columns and set first next editable column as current; but when I use Enter key for navigation, it stops on all columns one by one, ReadOnly or not ReadOnly.
In addition, Tab key stops on disabled cells (without showing focus rectangle) as same as Enter key; is there any way for correcting Tab key behavior and simulate Enter key behavior as corrected Tab key behavior?