This question is locked. New answers and comments are not allowed.
Hello!
Having some problems with the busyindicator and my dataform. The busyindicator shows as intended but it´s behind the dataform.
How can I show the busyindicator over the dataform?
Best regards,
Jonas
Having some problems with the busyindicator and my dataform. The busyindicator shows as intended but it´s behind the dataform.
How can I show the busyindicator over the dataform?
<Grid Grid.Row="1"> <telerikPrimitives:RadBusyIndicator Background="#CC000000" x:Name="busyIndicator" Grid.Row="1" Grid.ColumnSpan="1" AnimationStyle="AnimationStyle7" > </telerikPrimitives:RadBusyIndicator> <ScrollViewer> <telerikInput:RadDataForm Grid.Row="1" Margin="12,48,12,12" x:Name="DataForm" DataFieldCreated="radDataForm_DataFieldCreated">Best regards,
Jonas