I need to enable the user to add a new row to the grid. The user may also update one or more rows.
What is the best way to do this?
I have tried to use RESTful Store Example, but have not been able to handle the REST posting with php.
When the add record button is clicked, it fires the POST twice (once upon clicking, and once when pressing the update).
Also, the updates are kept marked, even after posting to the db.
Thank you.