asp.net - unable to use telerik mvc extension under area like admin -



asp.net - unable to use telerik mvc extension under area like admin -

i new mvc & telerik mvc control. have added telerik.web.mvc dll (2013.2.611.340) nuget in sample project. have followed next steps configure telerik command (asp.net mvc 4-5) (from url)

1 added under namespaces tag in in web.config

2 added

<sectiongroup name="telerik"> <section name="webassets" type="telerik.web.mvc.configuration.webassetconfigurationsection, telerik.web.mvc" requirepermission="false"/> </sectiongroup>

in web.config

i able utilize extension command in rood site, unable reference in area admin area.

anyone help figure out ? found there no issue extension. real issue area. unable intellisense of html helper (not 3rd party telerik) in advance.

telerik mvc extensions deprecated while ago.

you want @ telerik kendo ui.

asp.net asp.net-mvc telerik-grid

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -