Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i want to add telerik.dll reference to the application and use the telrik controls in my application. i added the reference and added namespace in web.config file as 'add namespace="Telerik.Web.Mvc.UI"' but i am not getting HTML.Telerik(). extensions. please help me.

wheather i need to add any script reference?????

share|improve this question
2  
If your View file was open when adding namespace to web.config , you should close and reopen it. –  Mahmoud Moravej May 20 '13 at 20:08
add comment

1 Answer

The Getting Started page explains in details what you need to do step by step. Also if you added the namespace to your ~/Views/web.config you might need to close and reopen the corresponding view in VS for the changes to take effect.

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.