Hi I migrated my solution form .NET 1.1 to .NET 2.0 also migrated Ingragistics controls from 2005 Vol-3 to 2008 Vol-2. But i'm facing follwoing error in following tag.
<ADDNEWBOX Hidden="False"> <STYLE " BorderWidth="1px"> </STYLE> </ADDNEWBOX>
ERROR : Cannot switch views: Validation (Internet Explorer 6): Element 'STYLE' cannot be nested within element 'td'.
Please help if anybody have solution.
Thanks in advance.
Regards,
Shahaji U.
This is a documented breaking change from the 2007 Volume 2 release. Refer to the following article from our online help files for more details on breaking changes in WebGrid up through NetAdvantage for .NET 2008 Volume 2:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebGrid_Breaking_Changes_in_WebGrid.html
The easiest solution is to remove the "STYLE" element from your ASPX page, switch to design view (if you can - you may have other similar errors), and set the style information again using the Properties window.
Hi Vince,thanks a lot.
Shahaji