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

RadAjaxLoadingPanel on masterpage for RadTreeView

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abdul
Top achievements
Rank 1
Abdul asked on 21 Oct 2010, 11:18 AM

 

 

Hello ,

I want to use RadAjaxLoadingPanel on masterpage  for RadTreeView .
when we click on the RadTreeView  node a loding panel should be display.

 

 

<

 

telerik:RadPanelBar ID="rpbMenu" runat="server" Width="100%" ExpandMode="FullExpandedItem"

 

 

CollapseAnimation-Type="None" AllowCollapseAllItems="false">

 

 

<Items>

 

 

<telerik:RadPanelItem Text="Full Menu" Expanded="true" Value="ids">

 

 

<ItemTemplate>

 

 

<telerik:RadTreeView ID="tvwMenu" runat="server" DataSourceID="smdsMenu" DataNavigateUrlField="Url"

 

 

DataTextField="Description" DataValueField="Title" >

 

 

</telerik:RadTreeView>

 

 

</ItemTemplate>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelBar>

 

 

</telerik:RadSlidingPane>

Below are the implimentation

 

 

<telerik:RadAjaxManager ID="rajxMgrManageEmployee" runat="server">

 

 

 

 

 

<AjaxSettings>

 

 

 

 

 

<telerik:AjaxSetting AjaxControlID="rpbMenu">

 

 

 

 

 

<UpdatedControls>

 

 

 

 

 

<telerik:AjaxUpdatedControl ControlID="pnlContentID" LoadingPanelID="rajxLdpanManageEmployee" />

 

 

 

 

 

</UpdatedControls>

 

 

 

 

 

</telerik:AjaxSetting>

 

 

 

 

 

</AjaxSettings>

 

 

 

 

 

</telerik:RadAjaxManager>

 

 

 

 

 

<telerik:RadAjaxLoadingPanel ID="rajxLdpanManageEmployee" runat="server" Height="25px"

 

 

 

 

 

Width="25px" HorizontalAlign="Center">

 

 

 

 

 

</telerik:RadAjaxLoadingPanel>


Please Help.

Thanx

 

Abdul Shaquoor

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 22 Oct 2010, 08:49 AM
Hello Abdul,

For this purpose you will need to add the ajax manager setting that updates the treeview inside the panelbar item template programmatically. See the following examples for more details:

http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/dynamicajaxsettings/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/ajxaddajaxsettingsprogrammatically.html 

Regards,
Sebastian
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
Tags
General Discussions
Asked by
Abdul
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or