Hi All,
I'm using an ultracomboeditor as the editorControl for a column in a wingrid, how do I catch the comboeditor selected item changed event when the editor is embedded in the wingrid?
Thanks,
Denis
The win grid hosts the editor control so the events you are looking for come from the grid itself. You need to look for the events to instead such as BeforeCellUpdate, InitializeRow or AfterCellUpdate.
Got it, Thanks a lot!