Hello,<o:p></o:p>
<o:p> </o:p>
We have been working on ASP.NET 2.0 (VS 2005) for the past 6 months. Everything is working fine. However, we have been using third party components such as Infragistics Grid for Web development. So, adding properties such as Style, HeaderStyle and so on to the grid, we are NOT able to switch into the HTML mode from design. I googled for the same, and found that VS 2005 is more strict on HTML attribute parsing. How can this problem be solved? Is there is a workaround in VS 2005?<o:p></o:p>
<o:p> </o:p>
The reason for not able to switch, is because of custom tags that are generated by third party controls such as Infragistics Web Grid. <o:p></o:p>
<o:p> </o:p>
For instance, the grid in design time has properties such as DisplayLayout, Style, ClientSideEvents and many more.....now changing the layout from HTML to design. It works!! Immediately on try to switch into HTML results in a series of error related to the above tags as,
The active schema does not support the element 'DisplayLayout'
The active schema does not support the element 'Style' and so on.
Hope you have got my problem...<o:p></o:p>
<o:p> </o:p>
Regards,<o:p></o:p>
Karthik P T<o:p></o:p>