I'm trying to test the menu using the example code on the site, but I'm getting the following error:
Value cannot be null.
Parameter name: item
Line 9: <div id="IslandWebMenu">
Line 10: @(Html.Kendo().Menu()
Line 11: .Name("Menu")
Line 12: .Items(items =>
Can, anyone, help me?
Thanks
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 19 Dec 2012, 02:44 PM
Hello Carlos,
This error could be thrown if the name is not specified. Since the Name method is used, the problem could be caused by not closing the explicit code nugget. The Menu should look similar to the one in the snippet below: