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
3166
EditorComponent
posted

In 9.2, UltraGridColum.EditorComponent has replaced EditorControl. Earlier with when used with the grid as EditorControl, the control events like KeyPress were to be handled Grid events like GridKeyPress.

Is the same applicable with EditorComponent ?

  • 469350
    Suggested Answer
    Offline posted

    The property was changed from a Component to a Control simply to allow support for the new UltraControlContainerEditor component. If you assign a control to it, the behavior will be the same as it always was.