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

LoadingStatusTemplate Animated Images don't work

2 Answers 101 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Rory
Top achievements
Rank 1
Rory asked on 09 Apr 2008, 11:34 PM
Hi i'm trying to insert a loading Image instead of just plain text for my TreeView LoadinStatusTemplate. The image shows but doesn't animate like it normally would in a browser window. Has anyone tried this and got it to work?

<telerik:RadTreeView ID="RadTreeView1" runat="server"   
                        style="height:expression((document.documentElement.offsetHeight - 20).toString() +'px');overflow:auto" 
                        CausesValidation="false" 
                        OnClientNodeClicking="onNodeClicking">  
                    <CollapseAnimation  Type="none" /> 
                    <ExpandAnimation   Type="none"/>  
                    <LoadingStatusTemplate> 
                        <img id="load" runat="server" src="/sims/Skins/Default/Ajax/loading4.gif" /> 
                    </LoadingStatusTemplate> 
</telerik:RadTreeView> 

2 Answers, 1 is accepted

Sort by
0
Rory
Top achievements
Rank 1
answered on 09 Apr 2008, 11:42 PM
OK quick update. It fires for half a second and then freezes. Any way to allow this keep the animation running or is it an IE issue?
0
Veselin Vasilev
Telerik team
answered on 14 Apr 2008, 11:30 AM
Hello Rory,

I've managed to make this work (IE7 and FF).
Find attached my test pages - download it and give them a go.

Let me know if this helps.

Sincerely yours,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Rory
Top achievements
Rank 1
Answers by
Rory
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or