Hi Felix,
Unfortunately implicit styles in Silverlight have some limitations. In order for your custom style to get applied correctly, please use it explicitly as a static resource. You can apply it as an
ItemContainerStyle.
Please, note that when using
ItemContainerStyle willget applied only to the
top-level items when used with static menu items. In that case, if you want sub items to have the same style you will need to anually set the
ItemContainerStyle property of their parents.
I hope this will help solve your issue.
Regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>