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

Transition with gridviews

1 Answer 83 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
roni
Top achievements
Rank 1
roni asked on 23 Feb 2011, 09:36 PM
Hi
I am trying to set a transition between user controls. when the user control have only a textbox every thing works fine, but when trying to put a RadGridView instead of the textbox in the user control, i cant see it.

My code: 
 <telerik:RadTransitionControl Name="TransitionControl" Grid.Column="1"></telerik:RadTransitionControl>

c#
MyGridViewControl gv = new MyGridViewControl ();  
TransitionControl.Content = gv; Thanks

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 01 Mar 2011, 10:12 AM
Hello,

Could you please give us more information about you scenario? Could you please send us some screenshots? This will be very helpful.

I am glad to assist you further.

Regards,
George
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
TransitionControl
Asked by
roni
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or