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

Problems with UpdateProgress and RadTreeView

1 Answer 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 06 Aug 2013, 02:38 PM
Sorry about that I had to switch to compatibluty view to see this text.

Anyway, I have having trouble getting a updateprogress to show with a radtreeview. I know I have it setup correctly since it works if I select a node, but not working during the initial load. The process to create the tree nodes are nested loops reading from an Oracle database that take about 10 seconds to complete and I want the UpdateProgress to show during this time.

The "PopulateGrid ()" below in the PageLoad event is what fills the treeview:

 

If

 

 

Not Page.IsPostBack Then

 

PopulateGrid()

RadTreeView1.ExpandAllNodes()

RadTreeView2.Nodes(0).Expanded =

 

True

 

 

 

End If

 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 07 Aug 2013, 11:36 AM
Hello Mike,

Unfortunately the information that you provided is not sufficient to to replicate the issue that you get from our side. Therefore I would suggest you open a support ticket where you can attach a very simplified version of your scenario (using some dummy data) so we can test it locally and help you out in the most efficient way. 

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TreeView
Asked by
Mike
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or