VS2008 SP1 RadAjax 2009.3.1210.35
Generation of designer file failed: Telerik.Web.UI.RadComboBoxItemCollection must have items of type 'Telerik.Web.UI.RadComboBoxItem'. 'telerik:RadComboBoxItem' is of type 'Telerik.Web.UI.RadComboBoxItem'.
I deleted the designer file then right clicked on ascx 'Conver to Web Application' to have it recreate the designer file and I got the above error. I checked all the comboboxes in the ascx and they all have at least 1 comboItem.
Prior to deleting the designer file I didn't have a problem with the combobox, except that I added a RadGrid and it didn't get added to the designer file automatically.
Generation of designer file failed: Telerik.Web.UI.RadComboBoxItemCollection must have items of type 'Telerik.Web.UI.RadComboBoxItem'. 'telerik:RadComboBoxItem' is of type 'Telerik.Web.UI.RadComboBoxItem'.
I deleted the designer file then right clicked on ascx 'Conver to Web Application' to have it recreate the designer file and I got the above error. I checked all the comboboxes in the ascx and they all have at least 1 comboItem.
Prior to deleting the designer file I didn't have a problem with the combobox, except that I added a RadGrid and it didn't get added to the designer file automatically.
| <MyApp:MyRadComboBox Required="true" runat="server" ID="cboMJA" XmlTag="MainCategory" Filter="Contains" Skin="Simple" |
| AutoPostBack="true" AllowCustomText="false" NoWrap="true" Width="280px"> |
| <Items> |
| <telerik:RadComboBoxItem Text="" /> |
| </Items> |
| <ExpandAnimation Type="None" /> |
| <CollapseAnimation Type="None" /> |
| </bessemer:MyRadComboBox> |