paramquery-2.0.0/pqgrid.dev.js
The fields are marked as changed
"click": function (evt, ui) {
debugger;
var changes = $addressGrid.pqGrid("getChanges");
//send to server
//if saved properly then commit
$addressGrid.pqGrid("commit");
The debugger shows the changes object, but inside of it the add, edit, delete are all empty.
What am I missing?
Do you have any examples of how this should work?
Thanks,
Bill