After a lot of work to make an updaterow call for the jqxGrid, I receive a JSON object as data parameter in the function:
success: function (data, status, xhr){
var dataResponse = data;
commit(true);
}
I am very happy!
Now I don’t know, what to do with the JSON object, that Comes back from database with the updated datarow, so that the jqxGrid can show this retrieved data.
Can tell me anybody?
Please, please, help, I need one more step to make the jqxGrid to work!
Thanks a lot.
Forget to write, that the commit(true) does not update the jqxGrid’s cell. When I click on that “updated” cell,
I can seen the new value in the cell editor. After one more click on the cell, the old value is displayed. What should I do?
In the database is the record already updated.
Why staying the old value there?
Thanks a lot.