Hello,
We have the following situation:
A masterpage with a radajaxmanager and a loadingpanel (GlobalLoadingPanel)
A usercontrol A on the master with a radajaxmanagerproxy
A radwindow on the usercontrol with a onclientcloseEvent
when closing $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest(arg.Text); which triggers a ajaxrequest for the proxy.
The proxy updates another usercontrol B on the usercontrol
We have the following situation:
A masterpage with a radajaxmanager and a loadingpanel (GlobalLoadingPanel)
A usercontrol A on the master with a radajaxmanagerproxy
A radwindow on the usercontrol with a onclientcloseEvent
when closing $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest(arg.Text); which triggers a ajaxrequest for the proxy.
The proxy updates another usercontrol B on the usercontrol
<
telerik:RadAjaxManagerProxy ID="MetisCollectionManager" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="MetisCollectionManager" >
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="pnlCollectionEmployee_Updatable"
LoadingPanelID="GlobalLoadingPanel" />
</UpdatedControls>
</telerik:AjaxSetting>
problem: the loadingpanel is not showing on usercontrol B
Is this possible??
thanks in advance
The SOFIM-team (Belgium)