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
80
igGrid differentiate between append (insert) and update
posted

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