Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Event not firing on DropDownEditorButton.Click/UltraTextEditor.Click
posted

I've attached a sample project that contains the issue at hand. When clicking on the dropdown, I'm expecting that a messagebox should pop up. Instead no event is firing. Please advise.

GridDropDownTest.zip
Parents
  • 469350
    Offline posted

    Hi,

    You are using a DropDownEditorButton. The way this button works is that you assign it a Control and when the user clicks it, the control will display on a DropDown window.

    If you want a button that you can respond to a click event, then you should use an EditorButton instead of an EditorDropDownButton. And in that case, you would handle the EditorButtonClick event on the UltraTextEditor control. You should not handle an event on the button itself. 

Reply Children