Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2420
HTML5
posted

As I've just mentioned in another post, I'm about to migrate my apps from VS2008 to VS2010 (or maybe VS2012) and at the same type I'm going to be doing a lot of cleaning up of the HTML and CSS. I'm planning to simply use but recommended <!DOCTYPE html> and set the validation to HTML5.

Should I expect any problems/syntax errors with the latest NetAdvantage release?

Cheers, Rob.

PS. I would have put this over in the NetAdvantage for ASP.NET forums but there is no suitable topic. Maybe we need a General category over there?

  • 8421
    posted

    Hello Rob,

    The Infragistics ASP.NET and jQuery controls currently support the following doctypes:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <!DOCTYPE html>

    So you should be fine with the approach that you are taking.  If you encounter any issues with the controls please let us know and we can create a support case for you to assist you further.  Please let me know if I can be of any further help.