Question

Can someone please help me get this to work? I am trying not to use code behind as I'm putting a little test application together to test WCF Ria Services.

<my2:BusyIndicator IsBusy="{Binding ElementName=targetDomainDataSource}" BusyContent="{Binding}" DisplayAfter="0:0:0.1">
Was it helpful?

Solution

Change your binding too IsBusy="{Binding IsBusy, ElementName=targetDomainDataSource}"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top