Version

Known Issues and Limitations ASP.NET 12.2

Known Issues and Limitations

Overview

The following table summarizes the known issues and limitations of the Ultimate UI for ASP.NET 12.2 release. Detailed explanations of known issues and the possible workarounds are provided for some of the issues follow the summary table.

Legend

  • Workaround - Workaround available

  • No Workaround - No known workaround

  • Fix Planned - Fix planned

Feature Description Status

When using the default template for ASP.NET web site the default styles in the master page do not work with the Infragistics® controls.

Known Issues and Limitations ASP.NET 12.1 1.png

Visual Studio 2012 ASP.NET Web Site template

The new Microsoft® Visual Studio® 2012 ASP.NET web site template includes styles in the master page which do not work well with the Infragistics controls.

Workaround

Note
Note:

The default styles of the master page are in conflict with the Infragistics controls. In order to avoid the conflict, the following code in the default master page must be removed:

In HTML:

<% if (false) { %><%--Designer support--%>
<link href="~/Content/Site.css" rel="stylesheet" />
<% } %>