Hi,
I'm building a menu, based on EPiServer's PageTree. I want to have two levels of menu expanded.
Here is an example:
menu 1
menu 1.1
menu 1.2
menu 2
menu 2.1
menu 2.2
menu 3
menu 4
In my understending it should be enough to set properties ExpandAll and NumberOfLevels to let the control (PageTree) render as I showed in an example.
Unfotunatly it is not working in that way, at least in my solution.
It is rendering like that:
menu 1
menu 2
menu 3
menu 4
My questions are:
- do I not understand (guss from names) properties ExpandAll,
NumberOfLevels
- Mybe I miss smth, and any of you has any suggestions what mightbe the reason.
Thanks in advance for any suggestions
Regards,
Piotr Sendor