我正在使用 VS2013 框架 4.5 和 Telerik 版本 2014.1.403.45
RadComboBox 不显示单击它的项目。定义是这样的——
<telerik:RadComboBox ID="cmbjobType" runat="server" Skin="Web20"
EmptyMessage="--Please Select--">
<Items>
<telerik:RadComboBoxItem Value="0" Text="Repair" />
<telerik:RadComboBoxItem Value="1" Text="Additional" />
<telerik:RadComboBoxItem Value="2" Text="Modify" />
</Items>
</telerik:RadComboBox>
RadTextBox 也无法正常工作,单击文本框时未清除空消息
<telerik:RadTextBox ID="txtProjTitle" EmptyMessage="Enter Project Title" CssClass="TextBox" runat="server"></telerik:RadTextBox>
我还面临一些问题,这是一些版本问题,请提出建议。