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

RadProgress bar doesnt enable the parent window after it is closed

3 Answers 55 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 23 Dec 2011, 04:28 AM

Hi,

I have a RadTreeListView and on 'SelectionChanged' event of it, I am calling a webservice and populating the child nodes. Since this webservice takes some time to load , I am using a RadProgressBar to show 'loading' image. Once webservice is over, I am closing the progress bar. Progress bar closes but it doesnt enable the parent window.

 

<

 

 

telerik:RadProgressBar  IsIndeterminate="True" Grid.Column="0" Margin="0,0,0,0" />

Thanks,
Divya

 

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 27 Dec 2011, 04:04 PM
Hi Divya ,

Could you please elaborate more on your scenario, what is the type of this parent window? If it is ChildWindow, could you please try RadWindow instead?
How do you close the ProgressBar?
Is it possible for you to send a captured video of your scenario, or to create an isolated sample that reproduces the issue ? This will be highly appreciated. We could change this ticket's type to "GeneralFeedBack" and you will be able to attach files. Is this suitable for you? 

Thank you in advance for your cooperation.

All the best,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Divya
Top achievements
Rank 1
answered on 28 Dec 2011, 06:46 AM
We have a ListBox control which gets pupolated after webservice call. DataTemplate of Listbox contains many controls. I tried using BusyIndicator also. Once I set IsBusy property to false, controls are getting greyed out. If I mouse over it, controls are slowly getting enabled, but not fully.

Same data is getting populated in a RadGridView. That works fine with busy indicator. Problem is only with ListBox.

Thanks,
Divya 
0
Hristo
Telerik team
answered on 29 Dec 2011, 03:21 PM
Hi,

If I got you right you are using RadBusyIndicator not RadProgressBar.
If so, I wasn't able to simulate the partially enabled state of controls in ListBoxItem under the BusyIndicator. Could you please provide us simple project demonstrating your case?

All the best,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ProgressBar
Asked by
Divya
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Divya
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or