I've an ArrayCtrl with several ctrls in the row embedded via .Edit().
When a row is being edited the left click on any row different by that edited provocate the accepting of the data and the insertion finish.
Now I would like to prevent that the mouse left click produce the end of the editing. Instead the row editing must finish only pressing some button, let's say btnAccept. Only with this button the data are going to be accepted (and eventually checked). Is it possible? How to perform this task?
Thanks,
Luigi
It is not yet possible.
I can add this, but before I do, I have to say that in such case I see as better solution separate dialog for values that are inserted. I do that quite often in my apps...