This question is locked. New answers and comments are not allowed.
Hi I am trying to use Telerik Treeview for Dsplaying the dynamic data.
By binding model to tree view when i am trying to write treeview its showing the following error any one help me.
its showing error at mappings.for Stating
error:
Telerik.web.Mvc.UI.TreeView Item does not contain defination for 'For' and no Extension method 'For' accepting a first argument of type Telerik.web.Mvc.UI.TreeView are u missing reference or directive?
I have Registered the script and also included js file in the View.
any one help?
By binding model to tree view when i am trying to write treeview its showing the following error any one help me.
<%
= Html.Telerik().TreeView().Name("TreeView").BindTo(Model, mappings =>
{
mappings.For<
EntityData>(binding => binding.)
})%>
its showing error at mappings.for Stating
error:
Telerik.web.Mvc.UI.TreeView Item does not contain defination for 'For' and no Extension method 'For' accepting a first argument of type Telerik.web.Mvc.UI.TreeView are u missing reference or directive?
I have Registered the script and also included js file in the View.
any one help?