Hi rakhi,
Our theme for RadMenuItems contains styles for
"TopLevelHeaderTemplate" and
"SubMenuHeaderTemplate".
You can edit the styles in Blend, like:
1. Select RadMenuItem
2. Select "edit a copy" so the xaml of the style is shown
3. Look at the code and there are 4 ControlTemplates - two of them are
"TopLevelHeaderTemplate" and the other two of them are
"SubMenuHeaderTemplate"
4. To set
the style to the first level of items you should change
"TopLevelHeaderTemplate".
I believe that you have set your desired style only to
"SubMenuHeaderTemplate" ControlTemplates so you just need to copy the same xaml to your
"TopLevelHeaderTemplate" ControlTemplates. Simply look for the following:
Apply your changes there and then attach the style as you did before:
Let me know if you need more help.
Regards,
Boyan
the Telerik team
Check out
Telerik Trainer , the state of the art learning tool for Telerik products.