Web
ASP.NET AJAX
Here’s a quick tip for those of you using RadAjaxManager and RadAjaxManagerProxy. The scenario: You have a MasterPage with a RadAjaxManager and a ContentPage with a RadAjaxManagerProxy (so far, so good, and you’re following Telerik’s best practice guidance). All declarative Ajax settings work fine with the Proxy- no trouble. But now you want fire an Ajax event on your ContentPage manually using JavaScript and handle the AjaxRequest event on the server. You’re shocked to discover there is no “AjaxRequest” event for the RadAjaxManagerProxy! What’s the solution? Fortunately, the solution is easy. The RadAjaxManagerProxy is designed to make it easy to configure Ajax...