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

How to change loading message to animation

2 Answers 86 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
michelle
Top achievements
Rank 1
michelle asked on 08 Apr 2009, 10:12 PM
In the Rad Tree View for Ajax examples on the website, the progress indicator is set to an image (loading.gif).  How is the loading message replaced with the progress indicator? 

Thanks!
Michelle

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 10 Apr 2009, 02:03 PM
Hi michelle,

You need to upgrade to Q1 2009 in order to use the loading image as a progress indicator.

Regards,
Albert
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
michelle
Top achievements
Rank 1
answered on 10 Apr 2009, 02:58 PM
I was able to use the LoadingStatusTemplate within the Rad TreeView: 

<LoadingStatusTemplate>
               <asp:Image runat="server" ID="LoadingImage" ImageUrl="~/images/Loading.gif"
               ToolTip="Loading..." Width="15px" Height="15px" />
               </LoadingStatusTemplate>

Thanks!
Michelle
Tags
TreeView
Asked by
michelle
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
michelle
Top achievements
Rank 1
Share this question
or