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

RadPage not supported in Telerik.Windows.Controls.dll v2011.1.315.1040?

7 Answers 169 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 23 Mar 2011, 11:24 AM
Hello there,

I apologise if this is a silly question however we have just upgraded our Rad Controls for Silverlight (Whilst updgrading to VS2010) and after changing my reference to the Telerik.Windows.Controls.dll, from version 2009.3.1103.1030 to 2011.1.315.1040, it no longer reconises the RadPage control.

So my question is, Is this no longer supported?  If so is there any documentation on this, which will help us work out what we can use instead? 

Obviosuly currently our Solution will not build, which means we have to go back to using the old "RadControls for Silverlight Q3 2009" DLLs.

Cheers,
Paul.

7 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 23 Mar 2011, 01:05 PM
Hi Paul,

Are you talking about RadDataPager, since we have never had a control called RadPage?

All the best,
Ross
the Telerik team
0
Paul
Top achievements
Rank 1
answered on 23 Mar 2011, 03:39 PM
I do mean RadPage, what am I missing!!

Cheers,
Paul :)

using Telerik.Windows.Controls;
 
namespace Exclusions.RIA
{
    public partial class Shell : RadPage
    {
        public Shell()
        {
            InitializeComponent();
        }
    }
}
---------------------------------------------------------------------------------
 
#region Assembly Telerik.Windows.Controls.dll, v2.0.50727
// C:\Program Files\Telerik\RadControls for Silverlight Q3 2009\Binaries\Silverlight\Telerik.Windows.Controls.dll
#endregion
 
using System;
using System.Windows.Controls;
 
namespace Telerik.Windows.Controls
{
    // Summary:
    //     RadPage is the class that represent navigation page in page navigation.It
    //     can be.used with NavigationService, RadNavigationButton or RadFrame for PageNavigation.
    //      You have to use RadPage classes in order to have page navigation.
    public class RadPage : UserControl, IFrame
    {
        // Summary:
        //     Initializes a new instance of the RadPage class.
        public RadPage();
 
        // Summary:
        //     Gets or sets the RadPage`s child RadFrameContainer if there is any on the
        //     page.
        public virtual Panel ChildContainer { get; set; }
        //
        // Summary:
        //     Identifies the frame inside the NavigationUri.
        public string NavigationIdentifier { get; set; }
        //
        // Summary:
        //     Gets or sets the RadFramecontainer in which tha RadPage is placed.
        public virtual Panel ParentContainer { get; set; }
        //
        // Summary:
        //     Gets or sets the title of the WebPage.
        public string Title { get; set; }
    }
}
0
Rossen Hristov
Telerik team
answered on 25 Mar 2011, 12:49 PM
Hi Paul,

RadNavigation is obsolete from a long time ago.

You can easily replace the telerik RadPage with the built-in Page class. (It is part of the Silverlight SDK). I believe you'll easily manage to replace Telerik's navigation with the built-in.

You can read the msdn articleabout Navigation for more information. 

Sorry for any inconvenience. If you have further questions please let us know.

Regards,
Ross
the Telerik team
0
Mohammad
Top achievements
Rank 1
answered on 28 Mar 2011, 08:37 AM
How can use RadPage in Q1 2011 ? I want switch my solution from 2010 to 2011 but RadPage is Unknown :(
0
Bob Richey
Top achievements
Rank 1
answered on 13 Apr 2011, 12:08 AM
I have the same problem.  You most certainly had such a class in previous builds.  I used the RadPage in conjunction with RadFrameContainer.
0
Mohammad
Top achievements
Rank 1
answered on 15 Apr 2011, 08:48 AM
why RadPage not support in 2011 but support in 2010 , this is bug for telerik :( we want to buy telerik 2011 version for our project but we create our solution in telerik 2010 :(
0
Miro Miroslavov
Telerik team
answered on 18 Apr 2011, 11:33 AM
Hello Bob Richey, Mohammad,

 It is supported for now, but will not be supported in the future versions. The reason is that you can do this easily with the built-in Siverlight navigation. 
For now you can still use it, but if you are doing long term development it will be best if you migrate to the Silverlight navigation framework. (it won't take you a lot of time).

Sorry for any inconvenience. 

Regards,
Miro Miroslavov
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
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Paul
Top achievements
Rank 1
Mohammad
Top achievements
Rank 1
Bob Richey
Top achievements
Rank 1
Miro Miroslavov
Telerik team
Share this question
or