Am having an issue using the RadGrid control in Visual Studio 2013's built in web server. The table element is not be rendered. The same page will render correctly when using Visual Studio 2012's built in web server.
Please advise. Is this an issue with RadGrid or Visual Studio 2013?
Here is snip of the rendered HTML when site run in Visual Studio 2013. Note the lack of an opening table tag.
Here is the aspx markup
Here is the C# code behind
Here is the Contact class