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.
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.
Hello Hristo
I understand that if I use BatchUpdating = false I must handle manually CRUD, actually I handle manually the events. I'm asking by the Client Events.In the attached code sample I showed that I handle manually the RowUpdated, RowDeleted and RowAdded events in Server side and in client side, I have tried to handle the RowAdded (in client side) but it doesn't work, but the RowAdding (client event) it work's fine.
I would like to know the reason why the RowAdded doesn't work.