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

Navigating in RadPage

1 Answer 129 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
Eric Schoenholzer
Top achievements
Rank 2
Eric Schoenholzer asked on 18 Oct 2008, 01:27 AM
Hi,

I have implemented similar to the FirstLook sample.

My problem is now, that I would like to navigate to another page by clicking a button which is inside the 'navigated' page (page is inside RadFrameContainer).
Sample: First page shown is a Login page with a login button, when login ok, show second page

Is there a methode provided by NavigationService?
Or how to call/access the NavigationService in the parent page?

Thanks
Eric

1 Answer, 1 is accepted

Sort by
0
Accepted
Valentin.Stoychev
Telerik team
answered on 18 Oct 2008, 08:46 AM
Hello Eric,

You can get a reference to the NavigationService from any page. This is a static class.

Use the following code:
service = NavigationService.GetNavigationService(this);
service.Navigate(myNewPage);

This help article can help you too:
http://www.telerik.com/help/silverlight/radframe-radframecontainer.html

Sincerely yours,
Valentin.Stoychev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Navigation
Asked by
Eric Schoenholzer
Top achievements
Rank 2
Answers by
Valentin.Stoychev
Telerik team
Share this question
or