Hi,
I am using ultra combo as a Editor control in my ultra grid. Befor that I added two editor buttons in the combo.Those buttons are working fine when I put combo on form. But if I use same combo as a editor control in ultra grid then click event of the buttons are not firing. Please advise on how to fire this button click events.]
Regards,
Ganesh.
Hi Ganesh,
Exactly what event are you trapping?
The event that will fire when you click the editor button is the EditorButtonClick event of the UltraCombo. No event of the grid will fire.
Same thing I am doing.
I am trapping click event of EditorButtons whatever I added in the Combo.
But they are not firing if I use combo in Grid as a EditorControl.