Non working dialogs when <xhtmlConformance mode="Legacy"/> is set in the web.config
Article Info
Rating: Not rated
|
Article relates to
|
RadEditor for ASP.NET AJAX
Telerik.Web.UI
|
|
Created by
|
Rumen Zhekov
|
PROBLEM
Non working dialogs when <xhtmlConformance mode="Legacy"/> is set in the web.config
SYMPTOMS
The following symptons or errrors could be caused by the <xhtmlConformance mode="Legacy"/> web.config setting:
- Blank managers
- Non accessible textboxes, dropdowns or other elements in the dialogs
- Error: Sys.WebForms is undefined
SOLUTION
The problem is caused by the following line in project's web.config file:
<xhtmlConformance mode="Legacy"/>
This setting is incompatible with ASP.NET AJAX controls (like RadEditor) and it should be removed. This setting could be added when upgrading an old project with Visual Studio.
You can find more information about the <xhtmlConformance mode="Legacy"/> setting in the following blog post: Don't use <xhtmlConformance mode="Legacy"/> with ASP.NET AJAX.
Comments
There are no comments yet.
If you'd like to comment on this KB
article, please, send us a
Support Ticket.
Thank you!
Please
Sign In
to rate this article.