This is a migrated thread and some comments may be shown as answers.

RadGridNamespace is not defined - Only on local computer

4 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Jesse asked on 25 Jun 2014, 11:53 PM
Well, I left work last night and everything was fine. Came back and I started getting the "RadGridNamespace is not defined" error, and my data was exploded all over the screen. I didn't make any changes, and I even rolled back my code to a version we were using over a week ago, and the same thing is happening.

The grid works fine on all of our servers, and works for our other developers, just not me.

Any ideas?

4 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 30 Jun 2014, 03:39 PM
Hello,

The ASP.NET AJAX RAD CONTROLS are defined in the Telerik.Web.UI namespace which is different for the old classic version of the controls.
Please ensure that you are referring the Telerik.Web.UI Namespace and also that the Telerik.Web.UI.dll file is placed in the bin folder of your application.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jesse
Top achievements
Rank 1
answered on 01 Jul 2014, 05:02 PM
Well it wasn't anything with the dlls. It was working fine on other servers and for other developers, so I knew it wasn't that. I did end up finding the issue. I had upgraded to Visual Studio 2013, and it seems that the version of Telerik I have is not compatible with browser link. The temporary workaround is to add this line to my web.config:

<add key="vs:EnableBrowserLink" value="false" />
0
Maria Ilieva
Telerik team
answered on 04 Jul 2014, 11:43 AM
Hello Jesse,

We are aware of several issues with the Browser Link feature and RadGrid control however the described one is not a known behavior for us. We will further test the browser link feature with our controls to isolate other possible issues that may appear.

Below you can find the current issues we are aware of:

http://connect.microsoft.com/VisualStudio/feedback/details/806256/browser-link-breaks-telerik-grids
http://www.telerik.com/forums/the-new-browser-link-feature-in-vs-2013-is-causing-an-error-when-detailtable-of-hierarchy-radgrid-is-expanded

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Chip Johansen
Top achievements
Rank 1
answered on 14 Aug 2015, 01:36 PM
Thanks Jesse.  Adding the web.config setting solved this for me.
Tags
Grid
Asked by
Jesse
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Jesse
Top achievements
Rank 1
Chip Johansen
Top achievements
Rank 1
Share this question
or