Hi,
I using TAdvStringGrid. I have CanEdit := False in the AdvStringGrid1CanEditCell function. By default the first cell receives focus in a grid. If, before doing anything else, I click on that first cell the editor becomes active even though RowEnabled := False and CanEdit := False. If I click on a different cell then that first cell will hide the editor and everything will be fine for every cell from that point on.
Any very simple project will demonstrate the issue. I tested the issue with edComboList and edUnitEditBtn editor types
Thanks,
Joe