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

Loading Gif

3 Answers 163 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Thiago
Top achievements
Rank 1
Thiago asked on 17 Jun 2008, 09:46 PM
Hi,

I want to know how i do to put a loading message gif in the loading message?
And how i do for the treeview is limited, example: my treeview gets 6000 datas and i want that the client user navigates trought the navigate bar like the iexplorer...

Tks,

3 Answers, 1 is accepted

Sort by
0
Thiago
Top achievements
Rank 1
answered on 18 Jun 2008, 06:46 PM
No one?lets me explain better....

When u make an dynamic treeview, u click and the treeview loads the datas...how i do to put an loading gif while the treeview is loading the datas?

and how i made to put an scroll bar like the right scroll bar in the iexplorer in the treeview?

can anyone help me?

tks,
0
Veselin Vasilev
Telerik team
answered on 19 Jun 2008, 07:15 AM
Hi Thiago,

You can use the LoadingStatusTemplate property like:

<telerik:RadTreeView ID="RadTreeView1"   
 runat="server"     
 OnNodeExpand="RadTreeView1_NodeExpand" >    
 <LoadingStatusTemplate> 
   <img id="load" runat="server" src="loading5.gif"  alt="" />   
 </LoadingStatusTemplate> ... 

The gif will be shown if the node has expand mode = ServerSide or ServerSideCallBack.
In order to get vertical scrolling you need to set the Height property of the RadTreeView control.

I hope this helps.

Best wishes,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Thiago
Top achievements
Rank 1
answered on 19 Jun 2008, 02:31 PM
That Works!!

Many Thanks!

Tags
TreeView
Asked by
Thiago
Top achievements
Rank 1
Answers by
Thiago
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or