This question is locked. New answers and comments are not allowed.
Hi,
We have recently added the MVC extensions to an MVC 3 project at work. So, the project was not created using the Telerik MVC 3 template. The extensions were added after the fact. We added them using Nuget.
The only way we can get intellisense for the extensions is if we place @using(@Html.Telerik ) ... (going from memory there).
Anyhow, I have never had to include a @using statement in my other Telerik MVC projects and there does not seem to be anything in the doco to suggest that @using would be required.
So my question is, what have we done wrong such that our project requires this @using statement to use the Telerik extensions?
Cheers
We have recently added the MVC extensions to an MVC 3 project at work. So, the project was not created using the Telerik MVC 3 template. The extensions were added after the fact. We added them using Nuget.
The only way we can get intellisense for the extensions is if we place @using(@Html.Telerik ) ... (going from memory there).
Anyhow, I have never had to include a @using statement in my other Telerik MVC projects and there does not seem to be anything in the doco to suggest that @using would be required.
So my question is, what have we done wrong such that our project requires this @using statement to use the Telerik extensions?
Cheers