November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
No, the EPiServer controls are missing these features.
One way to get around this issue is to create a UserControl that you place in the ItemTemplate (or similar) and place your code in the OnDataBinding method of that control. Just make sure that you call base.OnDataBinding() the first thing you do in that method.
Cheers
Henrik
One other way of doing it is to make your own menuList, that inherit from episervers menulist. Take a look with reflector and check CreateChildControls()
Great ideas,
Writing my own custom menulist would be great but unfortunately there's no time for that in this project.
I did solve it in a similar way as Henrik suggested.
Thanks
Hi,
I want to listen to the ItemDataBound event to be able to calculate first and last item that is bound to a MenuList. MenuList control does not seem to support this event?
Mabye this can be accomplished in some other way?
Regards