I've got a master page with an AjaxManager and have put an AjaxManagerProxy in my content page. I have a RadAjaxPanel which has a cmd button on it. I've gone into the RadAjaxManagerProxy settings and configured the controls that trigger actions and are affected.
At runtime I get the error shown below. Also at design time I am seeing warnings on the telerik.web.ui.ajaxsetting lines saying "Validation (XHTML 1.0 Transitional) Element 'telerik.web.ui.ajaxsetting' is not supported" for all items in the AjaxSettings section. (Although I never trust this stuff because I get various design times quirks thanks to the well-known issues between VS2008 and RadAjax Q109.
Any ideas what I am doing wrong?
Parser Error Message: Telerik.Web.UI.AjaxSettingsCollection must have items of type 'Telerik.Web.UI.AjaxSetting'. 'telerik.web.ui.ajaxsetting' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.
Source Error:
At runtime I get the error shown below. Also at design time I am seeing warnings on the telerik.web.ui.ajaxsetting lines saying "Validation (XHTML 1.0 Transitional) Element 'telerik.web.ui.ajaxsetting' is not supported" for all items in the AjaxSettings section. (Although I never trust this stuff because I get various design times quirks thanks to the well-known issues between VS2008 and RadAjax Q109.
Any ideas what I am doing wrong?
Parser Error Message: Telerik.Web.UI.AjaxSettingsCollection must have items of type 'Telerik.Web.UI.AjaxSetting'. 'telerik.web.ui.ajaxsetting' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'.
Source Error:
Line 5: <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
Line 6: <AjaxSettings>
Line 7: <telerik.web.ui.ajaxsetting ajaxcontrolid="RadAjaxPanel1"><updatedcontrols>
Line 8: <telerik.web.ui.ajaxupdatedcontrol controlid="lstCurrency"></telerik.web.ui.ajaxupdatedcontrol>
Line 9: <telerik.web.ui.ajaxupdatedcontrol controlid="txtAmount"></telerik.web.ui.ajaxupdatedcontrol>
|