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.
- Workaround available
- No known workaround
- Fix planned
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
In HTML:
<% if (false) { %><%--Designer support--%>
<link href="~/Content/Site.css" rel="stylesheet" />
<% } %>