Posted 09 Jul 2012 Link to this post
Posted 10 Jul 2012 Link to this post
Posted 19 Jul 2018 Link to this post
Hello,
For ASP.NET MVC, if you need to bind the complete event later, here is the javascript code to use :
grid.dataSource.transport.options.create.complete =
function
(e) {
//do something after saving
};