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
235
RowAdded client event in the WHDG doesn't work
posted

Good afternoon.

I have tried to apply the RowAdded client event in the WHDG but it doesn't work.
I applied the RowAdding and it works fine.

I attache a code sample with the javascripts events, can someone help me please.

WHDG_Manual_Crud.zip
Parents
No Data
Reply
  • 16310
    Offline posted

    Hello Edward,

    This behavior is expected and is by design. Please refer to the documentation  where this is stated:

    When AutoCRUD is set to false handle RowUpdating, RowDeleting and RowAdding events to perform manual updates, in manual CRUD mode RowUpdated, RowDeleted and RowAdded events are not fired.


    If you really need to use this event then you should turn BatchUpdating = true and this time event will be fired. Please let me know if you have further questions on the matter.

Children