This question is locked. New answers and comments are not allowed.
After installing the latest version (Telerik UI for Windows 8.1 XAML, version=2014.1.221) I have noticed that the Grid Named Brushes no longer work. The grid styling has gone back to the default (black/grey). I have the named brushes below in a global style xaml, but they are no longer taking affect after the upgrade. Other controls like the NumericBox and DatePikcer seem to be fine and their named brushes are working. I tried reverting back to an older version and the styling starts to work again. Is this a new bug or has something changed? Note I upgraded from 2 versions prior, so not sure when this behavior started appearing.
<SolidColorBrush x:Key="TelerikGridBackgroundBrush" Color="White" />
<SolidColorBrush x:Key="TelerikGridForegroundBrush" Color="Black" />
<SolidColorBrush x:Key="TelerikGridBorderBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridHeaderBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridHeaderForegroundBrush" Color="Black" />
<SolidColorBrush x:Key="TelerikGridAlternateRowBackgroundBrush" Color="#E6E6E6" />
<SolidColorBrush x:Key="TelerikGridShadowBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridInnerShadowBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridCurrentCellBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridSelectedBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridSelectedBorderBrush" Color="#00366B" />
<SolidColorBrush x:Key="TelerikGridPointerOverBackgroundBrush" Color="LightGray" />
Thanks
Simon
<SolidColorBrush x:Key="TelerikGridBackgroundBrush" Color="White" />
<SolidColorBrush x:Key="TelerikGridForegroundBrush" Color="Black" />
<SolidColorBrush x:Key="TelerikGridBorderBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridHeaderBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridHeaderForegroundBrush" Color="Black" />
<SolidColorBrush x:Key="TelerikGridAlternateRowBackgroundBrush" Color="#E6E6E6" />
<SolidColorBrush x:Key="TelerikGridShadowBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridInnerShadowBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridCurrentCellBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridSelectedBackgroundBrush" Color="LightGray" />
<SolidColorBrush x:Key="TelerikGridSelectedBorderBrush" Color="#00366B" />
<SolidColorBrush x:Key="TelerikGridPointerOverBackgroundBrush" Color="LightGray" />
Thanks
Simon