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

Show wrapped content when IsActive is false

1 Answer 73 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jounad
Top achievements
Rank 1
Jounad asked on 30 Oct 2014, 01:03 AM
Hi,

I have a BusyIndicator wrapping a content that I want to be inaccessible when IsActive is true & accessible when IsActive is false:

<telerikPrimatives:RadBusyIndicator IsActive="True">
    <
TextBlock Text="I want this content to be inaccessible & overlayed by busy animation" />
</telerikPrimatives:RadBusyIndicator>

<telerikPrimatives:RadBusyIndicator IsActive="False">
    <TextBlock Text="I want this content to be accessible" />
​</telerikPrimatives:RadBusyIndicator>

Is it possible?
Should I use an other technic to wrap my content?

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 03 Nov 2014, 12:52 PM
Hi Jounad,

If I understand correctly you want to change the content of the BusyIndicator based on the value of the IsActive property. If that is the case, please examine the attached project and let us know if it helps.


Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
BusyIndicator
Asked by
Jounad
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or