This question is locked. New answers and comments are not allowed.
<telerik:RadTransitionControl prism:RegionManager.RegionName="CustomerSearchRegion" Content="Loading..."> <telerik:RadTransitionControl.Transition> <telerik:FlipWarpTransition /> </telerik:RadTransitionControl.Transition> </telerik:RadTransitionControl>Exception:
An exception occurred while creating a region with name 'CustomerSearchRegion'. The exception was: System.InvalidOperationException: ContentControl's Content property is not empty.
This control is being associated with a region, but the control is already bound to something else.
I want to show "Loading..." string until Module loads and register its view into CustomerSearchRegion.
???