5

HI all recently I update my VS to 2013 version. the problem is VS 2013 uses IIS Express to show projects and Rad Grid doesn't show correctly in IIS express. I just don't know why

so I Install IIS itself and try it on IIS and everything becomes OK. I think there is a problem in show telerik component on IIS express.

does anybody have my problem too?

by the way I just write a line of javascript for my grid and on the execution it says there is error in get_dataitems function. but in grids that doesn't have this line of script everything is ok.

4

2 回答 2

16

我有同样的问题。

这为我修好了。添加

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

到您的 web.config。

在 Visual Studio 2013 中打开应用程序时,RadGrid 在 100% 相同应用程序的不同机器中呈现不同

于 2013-11-05T16:33:26.583 回答
0

我也遇到了这个“问题”。我用来解决这个问题的解决方案(这不是最好的,但这是我唯一知道的)是在 Visual Studio 2013 旁边安装 Visual Studio 2012,因此您也可以将 VS2013 用于其他项目。我网站的许多部分都正确显示,但主要是 Telerik Radgrids 导致了我的问题。

于 2013-10-28T14:05:57.243 回答