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
55
UltraTextEditor's TextChanged, KeyPress and PreviewKeyDown events are not fired inside UltraGrid
posted

I'm using UltraGrid in my application, PS attached sample.

This grid's ultraGridColumn60 column's EditorComponent property is assigned to object of UltraTextEditor(ultraTextEditor2).

When I start typing(this is test ..), TextChanged, KeyPress and PreviewKeyDown events are not fired. what could be the reason?

TestProject.zip
Parents
  • 469350
    Offline posted

    This is intentional. The editor component provides a copy of it's internal editor for use by the grid, but the grid isn't using the actual control.

    The grid has it's own events you can use.

Reply Children