Telerik 控件布局问题 - Visual Studio 2013 [英] Telerik control layout issues - Visual Studio 2013

查看:30
本文介绍了Telerik 控件布局问题 - Visual Studio 2013的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在我的机器上安装了 Visual Studio 2013 和 2012.我们有几个使用 Telerik 控件的 Web 应用程序(ASP.NET 和 MVC).今天我注意到手风琴控件(扩展器)完全展开,其中的内容一个叠一个.此外,一些容器控件是倾斜的.有没有人遇到过同样的问题?升级到最新的 Telerik 工具并没有帮助.但是,在 Visual Studio 2012 中运行相同的应用程序会按预期工作.

I recently installed Visual Studio 2013 on my machine along side 2012. We have several web applications (ASP.NET and MVC) that utilize Telerik controls. Today I noticed accordion controls (expanders) are fully expanded and the contents within are stacked one on top of the other. Additionally, some of the container controls are skewed. Has anyone run into this same issue? Upgrading to the latest Telerik tools has not helped. However, running the same application in Visual Studio 2012 works as expected.

推荐答案

又一次谷歌尝试后,我发现这一行(添加到 web.config)是我正在寻找的修复:

After one more google attempt I found this line (added to the web.config) to be the fix I was looking for:

<appSettings>
   <add key="vs:EnableBrowserLink" value="false"/>
</appSettings>

Visual Studio 2013 在每个页面中插入一些标记以增强运行时调试,上面的行阻止添加该标记.

Visual Studio 2013 inserts some markup in every page to enhance runtime debugging, the line above prevents that markup from being added.

这篇关于Telerik 控件布局问题 - Visual Studio 2013的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆