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

TabControl + Lots of Content

1 Answer 46 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 26 Jan 2012, 10:37 PM
Hello,

We have a tab control with a lot of children controls. As many others have experienced, there is a few second delay while the tab control loads the first time.

I would like to give the user some sort of visual clue that work is being done during those few seconds. As it is now, the "dead-air" makes for a very bad user experience. I've tried every trick I can think of with the busy indicator (threading, set IsBusy=True in different events, etc) but can not get it to fire. I realize this is due to the UI thread being blocked.

Is there any way to show the busy indicator or change the mouse pointer while a tab control is loading? I was hoping the speed improvements in Silverlight 5 would solve this problem but it has not.

Thank you,
Brian

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 31 Jan 2012, 04:38 PM
Hi Brian ,

 We don't believe there is a way to use BusyIndicator to indicate that the controls in your RadTabItems are loading. You could use it when portions of data are loaded in GridViews, SheduleView for example , like demonstrated in this demo. But multiple UserControls loading among with animation processing ( the RadBusyindicator's animation) - we don't believe this is possible in Silverlight.
However, this is more like a general SL question, not a "telerik controls specific" one, so I believe you could also search in other SL forums.

Kind regards,
Petar Mladenov
the Telerik team

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

Tags
TabControl
Asked by
Naresh
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or