Hi Bruno,
After the latest update of TAdvStringGrid I'm having problem with a grid which uses the OnGetEditText and OnEditCellDone. It would seem, when used together, they now cause an endless loop.
This is mature code. I hope a fix or workaround can be found,
Thanks,
Steve
So far I could not reproduce this nor see an obvious reason for this.
Direction I think in is that your routine DisplayScenarioTable() causes the grid to go back in edit mode. What exactly is this code doing? Did you try to step in this code and verify if it is at some point causing the grid to go back in edit mode?
Hi Bruno,
I have a workaround. With the update the OnEditCellDone event was firing as the cell went into edit mode. This caused the problem in my app. If I can isolate the exact cause I'll post it here..
Thanks,
Steve