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

telerik namespace issue

2 Answers 140 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kumar p
Top achievements
Rank 1
kumar p asked on 11 Jun 2010, 12:31 PM

<

 

 

UserControl xmlns:my1="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"

 

 

 

 

xmlns:my="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data.Input"

 

 

 

xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"

 

 

 

x:Class="RadGrid.MainPage"

 

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:local="clr-namespace:RadGrid"

 

 

 

xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"

 

 

 

xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"

 

 

 

xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 

 

 

xmlns:telerik1="http://schemas.telerik.com/2008/xaml/presentation"

 

 

 

xmlns:customThemes ="clr-namespace:CustomThemes;assembly=CustomThemes"

 

 

 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

mc

 

 

:Ignorable="d" >

 



 i know i have  added  telerik namespace two times .  i ma getting this  error
Error 1 'xmlns:telerik' is a duplicate attribute name. Line 14, position

but if i  remove this  namespace
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" 

 i getting  some other errors telling that

<telerik

 

 

:DataCellsPresenter>

 

<

 

 

telerik:DetailsPresenter>

 

<

 

 

telerik:IndentPresenter>
this is missing in the  desiging page of  xaml. i am  actually defing  styles in mainpage.xaml

 how  can i solve this issue  
 thanks
P kumar

 

 

2 Answers, 1 is accepted

Sort by
0
Aries
Top achievements
Rank 1
answered on 27 Sep 2011, 06:42 AM
I have the same error too, can someone from the telerik support team provide an answer?
0
carol
Top achievements
Rank 1
answered on 11 May 2012, 04:41 PM
Has anyone solved this issue?
Tags
GridView
Asked by
kumar p
Top achievements
Rank 1
Answers by
Aries
Top achievements
Rank 1
carol
Top achievements
Rank 1
Share this question
or