Search code examples
iisexpresstelerikradgrid

telerik display problems in IIS Express


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.


Solution

  • I had the same problem.

    This fixed it for me. Add

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

    to your web.config.

    RadGrid Rendering differently in Different Machine of 100% Same Application when opening app in Visual Studio 2013