Completed
Last Updated: 27 Sep 2016 08:19 by ADMIN
ADMIN
Dimitar
Created on: 26 Sep 2016 06:44
Category: UI Framework
Type: Bug Report
1
FIX. The FindStyleGroup method returns null when Telerik.WinControls.UI.RadLabel is passed as parameter.
To reproduce:
The result of the following line is always null:
var test = ThemeResolutionService.GetTheme(ThemeResolutionService.ApplicationThemeName).FindStyleGroup("Telerik.WinControls.UI.RadLabel");

Workaround:
var test1 = ThemeResolutionService.GetTheme(ThemeResolutionService.ApplicationThemeName).FindStyleGroup(new RadLabel());
0 comments