Okay, maybe I'm missing something here but I can't seem to get my loading panels to display on AJAX request. The controls are obviously updated asynchronously, but the loading overlay is missing in action. Here's the scenario:
My MasterPage has the RadScriptManager (I've also tried the standard ASP Script Manager too). The content page has a RadAjaxManager, RadAjaxLoadingPanel, and multiple user controls.
Properties explicitly set:
EnableAjax = true
EnablePageHeadUpdate = true
EnableEmbeddedScripts = true
Each user control has its own RadAjaxManagerProxy and RadAjaxLoadingPanel (referenced in the proxy). I gave each its own unique ID in case that was causing a conflict. Any ideas?
My MasterPage has the RadScriptManager (I've also tried the standard ASP Script Manager too). The content page has a RadAjaxManager, RadAjaxLoadingPanel, and multiple user controls.
Properties explicitly set:
EnableAjax = true
EnablePageHeadUpdate = true
EnableEmbeddedScripts = true
Each user control has its own RadAjaxManagerProxy and RadAjaxLoadingPanel (referenced in the proxy). I gave each its own unique ID in case that was causing a conflict. Any ideas?