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

RadCombobox is not displaying at design time

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 19 Dec 2012, 04:53 AM
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,


<UserControl
    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.

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 20 Dec 2012, 10:18 AM
Hi Srinivas,

I tested described scenario but could not reproduce the problem.
The issue is possible if you included NoXAML references to the project.
Please take a look and let me know if this is the reason RadComboBox does not appear in the interface.


Regards,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Ravi
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or