The main idea is to handle the jQuery.ajaxSuccess event for some element which is raised after each callback.
Starting with 13.2 version we've introduced the MVCxClientGlobalEvents object that allows accomplishing this task automatically(see the ASP.NET MVC - Provide the capability to handle the CallbackError event globally (implement an ASPxGlobalEvents equivalent))
↧
How to perform certain actions after each callback(prior 13.2)
↧