
Christoffer Rosenqvist
Top achievements
Rank 1
Christoffer Rosenqvist
asked on 31 Oct 2013, 07:02 AM
We are using RadGrid quite extensively in one of our projects and as we moved to Visual Studio 2013 basically the rendering of all of them crashed. Some grids stopped outputting a table altogether, others justs rendered wrong.
This only happened in VS2013, not in 2012 and not on servers where we deployed. Finally we tracked it down to the new BrowserLink functionality in VS 2013. Once we disabled BrowserLink in appSettings in web.config everything started working again.
This only happened in VS2013, not in 2012 and not on servers where we deployed. Finally we tracked it down to the new BrowserLink functionality in VS 2013. Once we disabled BrowserLink in appSettings in web.config everything started working again.
<
appSettings
>
<
add
key
=
"vs:EnableBrowserLink"
value
=
"false"
/>
</
appSettings
>
5 Answers, 1 is accepted
0

James
Top achievements
Rank 1
answered on 31 Oct 2013, 12:30 PM
@Christoffer - Thanks for sharing your findings. I too had the same problem after Installing VS2013 - And disabling browserlink fixed all the grids that were just plain not showing after the upgrade.
Telerik - Can you please provide a fix ASAP as this is a problem with VS2013 & Telerik "Out of the box" - so new installs will always experience this.
Thanks
Telerik - Can you please provide a fix ASAP as this is a problem with VS2013 & Telerik "Out of the box" - so new installs will always experience this.
Thanks
0
Hello,
This issue is already fixed and the fix is part of our latest internal build. You can download this version of RadControls or wait for Q3 2013 SP1. which will be released in the middle of November.
Regards,
Milena
Telerik
This issue is already fixed and the fix is part of our latest internal build. You can download this version of RadControls or wait for Q3 2013 SP1. which will be released in the middle of November.
Regards,
Milena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0

James
Top achievements
Rank 1
answered on 01 Nov 2013, 02:54 PM
Thanks for the update Milena - I will download the latest internal build.
0

James
Top achievements
Rank 1
answered on 13 Dec 2013, 05:04 PM
Thanks Christopher! This fixed our issue with the HTML Reportviewer not rendering correctly in VS2013 as well. It was creating and extra %22 in the url path for report resources only causing a 404.
Thanks!
James
Thanks!
James
0

Chris Honselaar
Top achievements
Rank 1
answered on 14 Feb 2014, 11:23 PM
@Christoffer - thank you, this was driving me nuts. I could not figure out why RadGrids were not displaying properly, until I switched off BrowserLink. Pfew! :)