This question is locked. New answers and comments are not allowed.
Hi There,
I am trying to create style for RadCombobox, when i open that in expression blend there are no visual elements(combo is not appearing) and when i right click on radcombobox in Objects and timeline the Edit Cuttent is disabled.
can you please tell me whether i am doing any wrong or not...
I have pasted the xaml here please check once, and also i have attached a image please check once. if you need any more information please let me know,
Regards,
Srinivas.
I am trying to create style for RadCombobox, when i open that in expression blend there are no visual elements(combo is not appearing) and when i right click on radcombobox in Objects and timeline the Edit Cuttent is disabled.
can you please tell me whether i am doing any wrong or not...
I have pasted the xaml here please check once, and also i have attached a image please check once. if you need any more information please let me know,
<UserControl xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="SL_Comboxbox.MainPage" Width="640" Height="480"> <Grid x:Name="LayoutRoot" Background="White"> <telerik:RadComboBox Width="300" Height="27"> <telerik:RadComboBoxItem Content="name"/> <telerik:RadComboBoxItem Content="name2"/> </telerik:RadComboBox> <telerik:RadComboBox HorizontalAlignment="Left" Width="115" Margin="86,143,0,0" Height="25" VerticalAlignment="Top" Background="Black"> <telerik:RadComboBoxItem Content="RadComboBoxItem" Height="24"/> <telerik:RadComboBoxItem Content="RadComboBoxItem" Height="24"/> </telerik:RadComboBox> </Grid></UserControl>Regards,
Srinivas.