Declined
Last Updated: 03 Nov 2014 15:01 by ADMIN
Montana
Created on: 22 May 2014 15:21
Category: Grid
Type: Bug Report
2
RadGrid is rendered incorrectly on development machine with Visual Studio 2013 (Browser Link Feature)
We are using version 2012.Q3 of Telerik, for the RadGrid control.

Once we updated to VS 2013 Update 2, we experienced a rendering problem on our development machines for all RadGrids on our site.

Upon further review we found out that this was due to the Browser Link feature in VS 2013. Browser Link appears to inject code between the development environment and the web server(s).

We were able to fix this upon finding an article pointing us towards the Browser Link feature. However it did take quite a while to figure out the issue, so we wanted to pass this along so that you could create a Knowledge Base article about this so that others can find the solution more easily and quickly.

Resolution:
Add the following item to the AppSettings section of the Web.config
<add key="vs:EnableBrowserLink" value="false" />

References:
http://weblogs.asp.net/imranbaloch/archive/2013/10/23/messy-html-and-js-errors-when-you-install-visual-studio-2013.aspx

http://stackoverflow.com/questions/19513631/radgrid-rendering-differently-in-different-machine-of-100-same-application-when

http://www.asp.net/visual-studio/overview/2013/using-browser-link 
(what is Browser Link)
1 comment
ADMIN
Dimitar
Posted on: 03 Nov 2014 15:01
The issue cannot be replicated with the latest Visual Studio 2013 Update 3. It seems that the latest update has the issue fixed.