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 ?
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.