Completed
Last Updated: 06 Jun 2017 14:23 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 10 Apr 2014 14:42
Category: RibbonBar
Type: Bug Report
1
FIX. RadRibbonBar - has incorrect style when its theme is applied in the Form.Load event
To reproduce:
1.Add a RadRibbonBar (with several groups and buttons inside a group) and a theme (i.e. TelerikMetro).
2.Apply the theme for the RadRibbonBar: setting the ThemeName property to "YourThemeName".
for example: this.radRibbonBar1.ThemeName = "TelerikMetro";
3. Run the application and resize the form in a way to collapse all ribbon groups. When you open the popup for the group, all popup elements are with incorrect style.

Workaround: load the theme in the form's constructor.
0 comments