This question is locked. New answers and comments are not allowed.
Hi,
I have a BusyIndicator wrapping a content that I want to be inaccessible when IsActive is true & accessible when IsActive is false:
Is it possible?
Should I use an other technic to wrap my content?
Thanks
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