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
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