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
25
UltraGrid doesn't fire the AfterRowInsert - event
posted

Hi.

I'm using a grid which implements UltraGrid.

Now I try to handle some price-calculations in this grid.

The problem is, that the grid fires the

AfterRowsDeleted - event and also the
AfterRowUpdate - event
BUT NOT the AfterRowInsert - event.

Is there a way to force the grid to fire the AfterRowInsert - event???

 

Thanks for help

Parents
  • 469350
    Offline posted

    Hi,

    AfterRowInsert will fire if you insert a row in the grid. Is that what you are doing?

    The event is not intended to fire if you add a row to your data source or add a row in code - only when the user adds a row through the UI.

Reply Children
No Data