dllchrist
6 Dec 2011, 2:12 PM
Is there any way to specify callback option for store.save() method?
I tried the following but it doesn't work.
myGrid.store.save({
success : function(s, op){
console.log("save success");
}
});
btw: Where is the document for store.save(), the method is working but i can't find it in the api document.
I tried the following but it doesn't work.
myGrid.store.save({
success : function(s, op){
console.log("save success");
}
});
btw: Where is the document for store.save(), the method is working but i can't find it in the api document.