<
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