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

Navigating from within the frame...

1 Answer 103 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
mark baer
Top achievements
Rank 1
mark baer asked on 01 Apr 2010, 07:46 PM
I am still trying to figure out how to implement this control, so please bear with me.  I would like a grid inside the frame, then when the user clicks it(an item in the grid), it would navigate to the "Detail" page.  Then when they are done with the detail page, they would click "close" or some other button and it would slide/navigate back to the page with the grid in it.  I downloaded your example with the Links from page 1 - page 2(very helpful), but the links were outside of the control.  What can I do so I can navigate from content inside of the frame/control?

Also, if/when I can get this working, how do I pass parameters from xaml page to xaml page using your control?  I see in the example where you have a hyperlink and you set the navigateURL = "somexamlpage.xaml", but what if I need to dynamically add parameters when the user moves to the next/previous page?  Help?  Not sure if this is more of a general Silverlight question or Silverlight/Telerik control question.  Any help is greatly appreciated either way.

It's probably really easy to do, but I haven't figured it out yet.

thanks

mark

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 02 Apr 2010, 09:04 AM
Hello Mark,

 This question is more connected to the Silverlight navigation framework, no to the TransitionControl - it is just a content control that shows an animation when its content is changed.

For the navigation framework it doesn't matter where the link buttons are - inside or outside the page, so you can add your buttons wherever you want to.

About the parameters - you could use # and additional parameters in your URI in order to pass parameters. You could refer to the following blog post for more information: http://silverlightedweb.blogspot.com/2009/03/silverlight-3-beta-deep-linking-using.html.

Hope this helps!

Sincerely yours,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TransitionControl
Asked by
mark baer
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or