have grid with combo editor in one column. Currently use editCellEnding event to update relevant data... but it is get fired only when leaving cell for another one..
But if form get closed ( apparently it is losing focus ) it is not get fired.. how to address this issue. I am on the version 14.1, please do not advise to update. Hopefully there is some general approach.
Thanks.
Hello Michael,
There is an event that is fired every time the value in the comboBox changes - selectionChanged. The function, that is to be fired on that event is described in the editorOptions of a column.
I created a sample, illustrating how it is used.
Feel free to contact me if you have further questions.
Regards,Ivaylo HubenovEntry-level developer
Thanks