This question is locked. New answers and comments are not allowed.
Hi guys
I've a little problem: my IEnumerable<Object> is into a Model public var like Model.myList so my code is
Here is my problem:
after "mapping => {" code I can't see the method "mapping.For<>()" into the available methods list so I can't map my fields into Telerik Menu Item properties.
Is it mandatory to map IEnumerable<Object> directly in Model?
I've attached what I see.
Thank you
Fabrizio
I've a little problem: my IEnumerable<Object> is into a Model public var like Model.myList so my code is
Html.Telerik().Menu().Name("MyMenu").BindTo(Model.myList , mapping => {
Here is my problem:
after "mapping => {" code I can't see the method "mapping.For<>()" into the available methods list so I can't map my fields into Telerik Menu Item properties.
Is it mandatory to map IEnumerable<Object> directly in Model?
I've attached what I see.
Thank you
Fabrizio