Is ajaxComplete able to handle any ajax requests invoked in page, for example asp.net ajax or is it only for ajax requests originating using jQuery. I tried to handle Telerik's RadGrid like this without success
$('#RadGrid1').ajaxComplete(function() {
});