Can I access the Ultra Combo events when it is a cell drop down?
Thanks
I see that the events get fired, but it almost looks like its on row update? I want to be able to fire the event when selection change actually occurs. I have other cells that rely on what is selected in the drop down.
Hi,
No, you can't really use the events of the UltraCombo control, because the grid does not use the control. The Control simply provides a copy of it's own editor for use by the grid.
You will need to use a grid event such as CellChange or AfterCellListCloseUp or maybe AfterCellUpdate.