Hi guys,
Can I use radajaxmanager and loadingpanel together?
I believe, if I use those controls in aspx, then it will work fine (like the below)
But what about if I have radajaxmanager in master page, and loadingpanel in the content page.
And the way I use the radajaxmanager in content page is by registering my controls into the master page's radajaxmanager.
Please advice
AGT
Can I use radajaxmanager and loadingpanel together?
I believe, if I use those controls in aspx, then it will work fine (like the below)
<telerik:RadAjaxManager ID="radAjaxManager" runat="server"> .... some codes </telerik:RadAjaxManager> <telerik:RadAjaxLoadingPanel ID="radAjaxLoadingPanel" runat="server" Skin="Default" />But what about if I have radajaxmanager in master page, and loadingpanel in the content page.
And the way I use the radajaxmanager in content page is by registering my controls into the master page's radajaxmanager.
this.BaseMaster.RadAjaxManager.AjaxSettings.AddAjaxSetting(productLocation, productLocation);Please advice
AGT