Hello Brandon,
You can use the
save event of the Grid that will be triggered immediately after the button is clicked. You can attach extra handler to the update button to prevent its propagation and default behavior.
Here is a small example:
http://dojo.telerik.com/@pesho/OtIZ
If for some reason you want to enable it back then after the request is finished simply remove that handler when the
requestEnd event of the datasource is triggered and the type is equal to "update".
Regards,
Petur Subev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.