How do i change the color of the dropdown menu to Vista skin? (refer to screenshot)
I had set the Skin="Vista" to the toolbar but the dropdown doesn't take the correct color.
Thanks in advance.
<telerik:RadToolBar ID="ToolBarMenu" runat="server" Width="100%" Skin="Vista"> <Items> <telerik:RadToolBarSplitButton Text="Export to Excel"> <Buttons> <telerik:RadToolBarButton Text="Export Current View to Excel" /> <telerik:RadToolBarButton IsSeparator="true" /> <telerik:RadToolBarButton Text="Export All to Excel" /> </Buttons> </telerik:RadToolBarSplitButton> </Items> </telerik:RadToolBar>