Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Navigation > Navigating in RadPage

Answered Navigating in RadPage

Feed from this thread
  • Eric Schoenholzer Intermediate avatar

    Posted on Oct 17, 2008 (permalink)

    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

    Reply

  • Answer Valentin.Stoychev Valentin.Stoychev admin's avatar

    Posted on Oct 18, 2008 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Navigation > Navigating in RadPage
Related resources for "Navigating in RadPage"

Silverlight Navigation Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]