【发布时间】:2015-04-17 09:54:24
【问题描述】:
我在我的应用程序中使用RadComboBox,但我无法在控件中设置所选项目,(即)当我单击dropdown 时,列表会向下滑动,当我单击任何项目时它没有在ComboBox 中设置。
//XAML:
<telerik:RadRibbonComboBox Name="cmbReports">
<telerik:RadComboBoxItem Content="Report 1" />
<telerik:RadComboBoxItem Content="Report 2" />
<telerik:RadComboBoxItem Content="Report 3" />
</telerik:RadRibbonComboBox>
尝试将静态值添加为ComboBoxItem,但它也一样。
我哪里错了?
【问题讨论】: