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

Help please...

3 Answers 48 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Arjan
Top achievements
Rank 2
Arjan asked on 16 Feb 2009, 02:06 PM
Hi there,

I am buidling an website that dynamicly populates an RadPanelBar with RadPanelItems. Every RadPanelItem contains an RadEditor. The content from the RadEditor will be dynamicly filled using the RadPanelBar1_ItemClick event. ( i trap the expaned state)

example:
RadPanelItem parent = e.Item;
if (parent.Expanded)
{
    // fill xhtml content from database in radpanelitem
}



Everything works like a charm, but the performance can be better. I want to beable to add some friendly end-user expirience by adding an RadAjaxPanel per RadPanelItem, so when someone clicks an RadPanelItem, the RadEditor will be loaded and filled with content. During this process it will show the end-user an LoadingPanel. Can anyone help me with this?

Thanks!

Mark van den Broek
the Netherlands

3 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 16 Feb 2009, 02:37 PM
Hello,

I would suggest you to wrap the whole RadPanelBar into a RadAjaxPanel. Then set the LoadingPanelID property correspondingly to achieve your goal.

Let me know if this works for you.

Regards,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Arjan
Top achievements
Rank 2
answered on 16 Feb 2009, 03:01 PM
This works, but for the whole RadPanelBar. What i want is to be able to alter in the LoadingPanelID property in my RadAjaxManager per RadPanelItem witch contains an RadEditor. When a user click on a specific RadPanelItem, only that pane displays an loading animation and not the whole RadPanelBar.
Is this possible?

Thanks,

Mark
0
Iana Tsolova
Telerik team
answered on 17 Feb 2009, 11:56 AM
Hello,

In this case, you can try explicitly to show and hide the RadAjaxLoadingPanel as shown here.
Give it a try and let me know if this works for you.

Kind regards,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Arjan
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Arjan
Top achievements
Rank 2
Share this question
or