TAdvStringGrid not fireing GetEditorType after edNone

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:

  1. I type in column 0
  2. I jump to the last column, which gets an edNone
  3. I press tab to get to the first column in the next row
  4. :exclamation: At this moment GetEditorType is not called, so the first row doesn't get the default editor
  5. If I don't use the edNone in the last column, then there is no problem!
  6. Jumping from column 1 to the first column is also fine

image

Please help!

TMS-AdvGridEditorIssue.zip (58.7 KB)

We traced & solved this issue. The next update will address this.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.