This is a migrated thread and some comments may be shown as answers.

RadAjaxManager and LoadingPanel

4 Answers 145 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Andy Taslim
Top achievements
Rank 1
Andy Taslim asked on 10 Aug 2010, 07:02 AM
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) 

<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
 

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Aug 2010, 08:40 AM
Hi Andy,

For more information about how RadAjaxManager control should be used in master->content page scenario, please refer to the online resources below:
http://www.telerik.com/help/aspnet-ajax/ajxajaxmasterpage.html
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/usercontrol/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/ajxmasterpageupdateeverywhere.html

Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andy Taslim
Top achievements
Rank 1
answered on 11 Aug 2010, 02:39 AM
Will it be the same implementation when i have the radajaxmanager at masterpage and loadingpanel / ajaxified & updated control at user control?
any sample on this?
0
Accepted
Pavlina
Telerik team
answered on 11 Aug 2010, 02:32 PM
Hello Andy,

Attached to this message is a small sample that demonstrates how to achieve the desired functionality. Please give it a try and let me know if further assistance is needed.

All the best,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andy Taslim
Top achievements
Rank 1
answered on 12 Aug 2010, 02:49 AM
Awesome Pavlina... it works as I want... Thank you so much
Tags
Ajax
Asked by
Andy Taslim
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Andy Taslim
Top achievements
Rank 1
Share this question
or