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
410
Ultragridcellproxy does not fire events
posted

I am trying to use a grid row edit template for the first time, and I am running into a problem with the ultragridcellproxy controls.  They do not appear to fire any events.  I am trying to modify values based on others in the template, but the text changed event is never firing.

 It seems that it would be pretty silly to have an event that doesn't fire, so I assume that either I need to do something special to enable events or it is a bug.  Does anyone know how to get these controls to fire events?

Parents
No Data
Reply
  • 365
    posted

    Thanks. That would explain the 'odd' behavious on the 'leave' event (of the cell proxy)

    If the 'leave' event is fired when you press the tab to go to the next control (cell) - why not when you click on another proxy cell in the template for the grid?

    The leave event only works on a tab (not when you click on another cell proxy control ) ! Infragistics 10.2 (may need to check 10.3) or properties

Children
No Data