Dear all,
Please find attached the see the set up i have for AjaxStore Crud operation.
Left is my AjaxStore config and right is the method that is triggered when saving an object from my Popup component.
1) The api is triggered but i am update and the request send is a POST is that by default ? Can i make it a PUT?
2) All the variables of the object that send to the server has null values?
3) I did not found an update method on the grid, hence i am using grid.add(object) to update a record (which seems to work) but is this the correct way of doing it ?