I am attempting to implement the Kendo Grid with a Java Servlet on the backend.
---------------
I have set up the grid to have a Create Row button.
I can see the grid calling my java code using printlkn statements. But I get that code called multiple times.It is called when:
1) the create popup window starts
2) each time I tab to a new textbox on the create popup window
3) when I press the Update button on the create popup window.
Also, when I press the update button the create popup window is not dismissed.
Does anyone know what I an doing wrong?
---------------
I have set up the grid to have a Create Row button.
I can see the grid calling my java code using printlkn statements. But I get that code called multiple times.It is called when:
1) the create popup window starts
2) each time I tab to a new textbox on the create popup window
3) when I press the Update button on the create popup window.
Also, when I press the update button the create popup window is not dismissed.
Does anyone know what I an doing wrong?