AdvStringGrid EditCellDone and Click Cell

Hello,

I am kinda a newbie so maybe I am missing the intent.   But here is what is happening to me and it seems backwards.

Can you please provide more details / exact steps how we can reproduce a problem?

  1. if I place a AdvStringGrid on a form.
    2) Create a basic ClickCell event.
    3) Create a basic EditCellDone event

    At run time when I click a cell the ClickCell event fires as expected, but right after so does the EditCellDOne event.  Then if I click to another cell the ClickCell event fires before the EditCellDone does?  To me this is backwards?

    Chad