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

LoadonDemand display LoadingPanel

2 Answers 45 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Rizwan
Top achievements
Rank 1
Rizwan asked on 12 Jul 2011, 02:18 PM
Hi

   I am using rad tree to load more then 1000 nodes on demand, during this time instead of displaying node with ajax image , I want to display Loading panel which will cover entire page so user cannot click any where else during this time, I dont see any option in tree to use loadingPanel instead.
Can you please help me out on this ?

Best Regards
Rizwan Bashir

2 Answers, 1 is accepted

Sort by
0
Accepted
Kalina
Telerik team
answered on 18 Jul 2011, 03:19 PM
Hello Rizwan,

Please take a look at the "Ajax / Explicit Show/Hide" online demo.

Regards,
Kalina
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Rakesh Gupta
Top achievements
Rank 2
answered on 27 Jul 2011, 07:23 AM
Hello Rizwan,

You can use the Ajaxify for the the control on the rebind/load of the TreeView.
You cna use below code :
<AjaxSettings>
    <telerik:AjaxSetting AjaxControlID="btnLoad">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="RadTreeView1" />
            <telerik:AjaxUpdatedControl ControlID="Label1" />
        </UpdatedControls>
    </telerik:AjaxSetting>          
</AjaxSettings>



Tags
TreeView
Asked by
Rizwan
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Rakesh Gupta
Top achievements
Rank 2
Share this question
or