I have been reading the post here:
http://encosia.com/2008/10/04/using-jquery-to-enhance-aspnet-ajax-progress-indication/
But it wants to use the following object:
Sys.WebForms.PageRequestManager.getInstance()
Which doesn't exist when using the MVC AJAX code. Has anyone tried to hook when the postback ends from MVC AJAX to know when to unblock the UI?