Hello there,
I got an issue with the AdvStringGrid with different Editors for columns.
I set up the grid, so I can edit the value by typing and using tab to jump to the next cell.
When a new cell is activated, the grid calls GetEditorType to get the type.
But this does NOT happen, if the last cell used edNone.
So in my example:
- I type in column 0
- I jump to the last column, which gets an edNone
- I press tab to get to the first column in the next row
- At this moment GetEditorType is not called, so the first row doesn't get the default editor
- If I don't use the edNone in the last column, then there is no problem!
- Jumping from column 1 to the first column is also fine
Please help!
TMS-AdvGridEditorIssue.zip (58.7 KB)