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

Telerik.Windows.Controls.Primitives

5 Answers 182 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 28 May 2010, 12:18 AM
Hi,

          I'm wondering if you still support this reference? Bec. I need it.

 

 

xmlns:navPrimitive="clrnamespace:Telerik.Windows.Controls.Primitives;assembly=Telerik.Windows.Controls.Navigation" 


     I know this reference below, you still have it. And I'm using it.

 

xmlns:TelerikTab="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"


     The reason is, I'm converting my Silverlight 2.0 to Silverlight 4.0 project. And the reference I've mention above were used in a particular .xaml page.  Basically they have there own functionaly on it, please check the code below:

  

 

 

 

xmlns:TelerikTab="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"

 

 

 

 

 

 

 

xmlns:navPrimitive="clrnamespace:Telerik.Windows.Controls.Primitives;assembly=Telerik.Windows.Controls.Navigation"

 

 

 

 

     Please let me know where can I find this :clrnamespace:Telerik.Windows.Controls.Primitives.;assembly=Telerik.Windows.Controls.Navigation

Thanks,
Chris


     
   

5 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 28 May 2010, 08:54 AM
Hello Chris,

 There are classes in the Telerik.Windows.Controls.Primitives namespace in both the Telerik.Windows.Controls and Telerik.Windows.Controls.Navigation assemblies. Please let me know what classes you are looking for so I may locate them.

Best wishes,
Yavor Georgiev
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.
0
Chris
Top achievements
Rank 1
answered on 28 May 2010, 07:14 PM
Hi Yavor Georgiev,

   Here's my Silverlight version 2.0 xaml code 

 

 

 

<navPrimitive:TabItemMarginConverter x:Key="TabItemMarginConverter"......

  And below is the error:
Error 57 The type 'navPrimitive:TabItemMarginConverter' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.

   I have references on these dlls:
         Telerik.Windows.Controls.    2010.1.422.1030
         Telerik.Windows.Controls.Docking.    2010.1.422.1030
         Telerik.Windows.Controls.GridView.   2010.1.422.1030
         Telerik.Windows.Controls.Input       2010.1.422.1030
         Telerik.windows.Controls.Navigation  2010.1.422.1030
         Teleirk.Windows.Data                 2010.1.422.1030
         Telerik.Windows.Themes.Vista         2010.1.422.1030

      And these are all in Q1 2010 release.

Thanks,
Chris

   Please let me know

 

0
Yavor Georgiev
Telerik team
answered on 31 May 2010, 09:32 AM
Hi Chris,

 I'm sorry, but as our controls have evolved beyond the need for this type, we no longer ship it.

All the best,
Yavor Georgiev
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.
0
Jon
Top achievements
Rank 1
answered on 13 Jan 2011, 04:32 PM
So if the navPrimitive assembly is no long used, what is the replace for it?

Assembly reference:
xmlns:navPrimitive="clr-namespace:Telerik.Windows.Controls.Primitives;assembly=Telerik.Windows.Controls.Navigation"

Here is my code:
<navPrimitive:TabItemContentPresenter x:Name="HeaderElement"  
                            Content="{TemplateBinding Header}" Width="Auto"
                            ContentTemplate="{TemplateBinding HeaderTemplate}"  
                            HorizontalAlignment="Center" VerticalAlignment="Center"  
                            Foreground="{TemplateBinding Foreground}"  
                            Margin="{TemplateBinding Padding}" Height="26" FontSize="13" FontWeight="Bold" />

Thanks in advance!
0
Tina Stancheva
Telerik team
answered on 18 Jan 2011, 09:46 AM
Hello Chris,

From your code snippets it seems that you have defined a custom style for the RadTabControl. However, as the control has evolved, its default ControlTemplate has changed as well. I prepared a sample project using the 2010.1.422 version of the RadControls for Silverlight, where I added the current ControlTemplate of the RadTabControl and the RadTabItem.

You can get the default RadControl's ControlTemplate in ExpressionBlend following the approach described here. Also, if you need to modify a built-in theme and apply it, you can have a look at this article.

I hope this info will help you. Still, if you need more info or help to implement your scenario with the 2010.1.422 version of the controls, please elaborate on your requirements and we will gladly assist you further.

All the best,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Chris
Top achievements
Rank 1
Jon
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or