I am trying to run an ASCX that is using RadControls through a an ASPX page in MOSS. I followed steps on how to do this and also went through all the steps offered by Telerik for SharePoint to be able to see their controls and to use AJAX with .net 3.5. When I run the page, I get the following error.
"An error occurred during the processing of /_controls/MasterSchedule.ascx. The base class includes the field 'ddlReportEntity', but its type (System.Web.UI.WebControls.DropDownList) is not compatible with the type of control (Telerik.Web.UI.RadComboBox). "
Any ideas?
Thanks.
"An error occurred during the processing of /_controls/MasterSchedule.ascx. The base class includes the field 'ddlReportEntity', but its type (System.Web.UI.WebControls.DropDownList) is not compatible with the type of control (Telerik.Web.UI.RadComboBox). "
Any ideas?
Thanks.