Posted
on Feb 1, 2012
(permalink)
Getting error like "The tag 'RadComboBox' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation" this.
This is my coding
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
mc:Ignorable="d"
x:Class="Splendid.testing.StatusMap.UserControl1"
d:DesignWidth="640" d:DesignHeight="480">
<Grid x:Name="LayoutRoot">
<telerik:RadComboBox Margin="276,0,201,194" VerticalAlignment="Bottom">
<telerik:RadComboBoxItem Content="RadComboBoxItem" Height="100" Width="100"/>
<telerik:RadComboBoxItem Content="RadComboBoxItem" Height="100" Width="100"/>
</telerik:RadComboBox>
</Grid>