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

Using RadTransitionControl as a Prism region

1 Answer 86 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Daní
Top achievements
Rank 1
Daní asked on 04 Aug 2013, 02:45 PM
Hi,

I've read at documentation and at several forum entries that RadTransitionControl could be used as a Prism region because it inherits form ContentControl.

However, I'm trying to do this with no success. Here is my code:
<telerik:RadTransitionControl Grid.Column="3" Grid.Row="1" prism:RegionManager.RegionName="{x:Static common:RegionNames.MainRegion}">
                <telerik:RadTransitionControl.Transition>
                    <telerik:SlideAndZoomTransition/>
                </telerik:RadTransitionControl.Transition>
            </telerik:RadTransitionControl>
When calling RegionManager.RequestNavigate(RegionNames.MainRegion, myView) nothing appears at MainRegion (changing RadTransitionControl  by ContentControl it works as expected)

Any idea?

Thanks

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 07 Aug 2013, 06:31 AM
Hello Dani,

 
We are not aware of such problem when using RadTransitionControl with PRISM framework. Please, refer to the attached sample and let me know if I missed anything.

I am glad to assist you further.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TransitionControl
Asked by
Daní
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or