All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
How to change loading message to animation
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
michelle
16 posts
Member since:
Jul 2008
Posted 08 Apr 2009
Link to this post
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
Atanas Korchev
Admin
8462 posts
Posted 10 Apr 2009
Link to this post
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.
michelle
16 posts
Member since:
Jul 2008
Posted 10 Apr 2009
Link to this post
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
Back to Top
Close