Menu DataProvider

Hello,

Could please let us know how to set the list of menu items set to RadzenMenu in code behind instead of design page.

You can check how this is done in our demos. The code is here.

Hi, Thank you

I want to add menu item parent and child level.
Ex:
Production -> Item 1 -> Item 1.1,Item1.2
Item 2 -> Item 2.1

Is this possible through code behind?

Yes. It is demonstrated in the link above.

Hi,

It's support only one level child hiearachy. i want iit N level. Is this possible?

In that Example General -> button, but button menu has no sub child.

i need it like below example
General -> button -> sub child

If you check the code and the API you will notice that you can create unlimited levels.

Hi,
NO it's not working. if i add multi level children in examples list. it will not rendering in menu items. could you please cross verify that.