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

Activity Control

9 Answers 112 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vuong
Top achievements
Rank 1
Vuong asked on 11 Feb 2010, 10:14 AM
Hi telerik!

I have problem with  Activity control. It cannot use with some rad controls. So, how can I fix it or use another busy indicator of telerik

Thanks so much

9 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 11 Feb 2010, 10:34 AM
Hello Vuong,

What kind of problems do you face with the Activity control  ?

Kind regards,
Pavel Pavlov
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Vuong
Top achievements
Rank 1
answered on 11 Feb 2010, 02:39 PM
<activity:Activity IsActive="{Binding IsBusy, Mode=TwoWay}" >
      content here....
      <telerik:RadGridView></telerik:RadGridView>
</activity:Activity>

Follow up the code above but activity control didn't work. I think this control have some conflicts with RadGirdView and RadWindow.  Pls help me.

Thanks so much
0
Pavel Pavlov
Telerik team
answered on 12 Feb 2010, 11:54 AM
Hi Vuong,
I have noticed you are using RadGridView.
You may already know that , but in case you have missed it RadGridView has own integrated "is busy indicator". You may control it with the RadGridview.IsBusy property :
IsBusy=true - shows the IsBusy animation
 ..= false - hides it.

Kind regards,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Vuong
Top achievements
Rank 1
answered on 12 Feb 2010, 12:39 PM
Hi Telerik team

I tried flow up your notice then it is working but it for RadGridView control only. I want apply for all pages and I tried:

<activity:Activity IsActive="{Binding IsBusy, Mode=TwoWay}" >
      <Button></Button>
      <TextBlock><TextBlock>
........
      <telerik:RadGridView IsBusy="{Binding IsBusy, Mode=TwoWay}" ></telerik:RadGridView>
</activity:Activity>

and activity control is working, but in one page have 2 busy indicators: one of Silverlight toolkit, one of RadGridView. I think it's not consistent. So, do you have any recommend for this problem

Thanks for your help

0
Ben Hayat
Top achievements
Rank 2
answered on 12 Feb 2010, 05:13 PM
Pavel, is there any plan of having an Activity control from Telerik that is better looking and we can select from different spinning or "Wait" routine. The one from MSFT does not fit into nice looking telerik controls :-)
0
Pavel Pavlov
Telerik team
answered on 16 Feb 2010, 08:41 AM
Hi ..Ben,

Indeed there is a kind of demand for these. We are planning to add such controls to our suite. However we have not started with the implementation yet . So I believe the target will be later than Q1.

Sincerely yours,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
David Stanfield
Top achievements
Rank 1
answered on 22 Feb 2010, 05:51 PM
One thing I suggest is that you download the latest Silverlight Toolkit controls:

http://www.codeplex.com/Silverlight

The ActivityControl has been replaced by a control called the BusyIndicator. It is essentially the same control, with some updates.

http://silverlight.codeplex.com/wikipage?title=Silverlight%20Toolkit%20November%202009%20change%20list&referringTitle=Home

In the meantime, you could could copy the styles of Telerik's wait indicator and the BusyIndicator in Blend, and alter one of the styles to make the look consistent with the other one.

David
0
Kakone
Top achievements
Rank 1
answered on 11 Mar 2010, 11:28 AM
If we choose to use Telerik controls, we don't want to use another controls librarie (the xap size will increase more and more).
BusyIndicator control in Telerik toolkit would be nice...
0
Nikolay
Telerik team
answered on 15 Mar 2010, 03:07 PM
Hi Stéphane Mitermite,

Thanks for your suggestion. I added it to our To-Do list and it will appear in our PITS system so that other users can also vote for this new control suggestion.

Regards,
Nick
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Vuong
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Vuong
Top achievements
Rank 1
Ben Hayat
Top achievements
Rank 2
David Stanfield
Top achievements
Rank 1
Kakone
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or