Hello, I try to connect a backend to the igGrid.
Therefor I would like to differntiate between an update and an append case.
Updating is working well through using:
$("#table").on("iggridupdatingeditrowending", function (evt, ui) { self.update(ui.values) });
When pressing the + (Add) button on the grid same event occurres
(When reading the documentation I thought the iggridupdatingrowadding event will be called)
Is there a possibility to differentiate the two cases?
Regards
Karl-Heinz
Hello Carl,
I noticed that the same question is discussed in the following forum thread
https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/120945/iggrid-insert-and-update-data?focus=true
Please keep in mind that according to our support policy we handle single forum thread per query. This helps us ensure that all your issues are addressed correctly.
I will continue assisting you via thread and if you do not have any questions related to the issue originally discussed in https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/120945/iggrid-insert-and-update-data?focus=true please close it or let me close it for you.
Thank you for using Infragistics components.
Best Regards,
Martin Dragnev,
Infragistics