This question is locked. New answers and comments are not allowed.
Hello Team,
I am using Rad controls for Windows 8 XAML project.
I need to change the border color of the RAdDateTimePicker. I have used below Telerik named brushes into the Resource dictionary.
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MoveManMobileJob">
<SolidColorBrush x:Key="TelerikNumericBoxBorderBrush" Color="WhiteSmoke"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxPointerOverBorderBrush" Color="#FF939393"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxFocusedBorderBrush" Color="#FFCCCCCC"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonBackgroundBrush" Color="#FF242860"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonPressedBackgroundBrush" Color="#FF0897F9"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonPressedForegroundBrush" Color="White"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerBorderBrush" Color="WhiteSmoke"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPointerOverBorderBrush" Color="#FF939393"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPointerOverBackgroundBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerFocusedBorderBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerDisabledBorderBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerFocusedForegroundBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPressedBorderBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerItemFocusedBackgroundBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerDisabledForegroundBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxDisabledBorderBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxDisabledForegroundBrush" Color="#282460"></SolidColorBrush>
</ResourceDictionary>
But I am not getting the expected result as It was giving proper result in previous version(2013 Q3).
Am I missing something silly?
Any help would be appreciated.
Thanks,
Vinay.
I am using Rad controls for Windows 8 XAML project.
I need to change the border color of the RAdDateTimePicker. I have used below Telerik named brushes into the Resource dictionary.
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MoveManMobileJob">
<SolidColorBrush x:Key="TelerikNumericBoxBorderBrush" Color="WhiteSmoke"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxPointerOverBorderBrush" Color="#FF939393"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxFocusedBorderBrush" Color="#FFCCCCCC"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonBackgroundBrush" Color="#FF242860"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonPressedBackgroundBrush" Color="#FF0897F9"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxSpinButtonPressedForegroundBrush" Color="White"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerBorderBrush" Color="WhiteSmoke"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPointerOverBorderBrush" Color="#FF939393"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPointerOverBackgroundBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerFocusedBorderBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerDisabledBorderBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerFocusedForegroundBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerPressedBorderBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerItemFocusedBackgroundBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikDateTimePickerDisabledForegroundBrush" Color="#282460"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxDisabledBorderBrush" Color="#ccc"></SolidColorBrush>
<SolidColorBrush x:Key="TelerikNumericBoxDisabledForegroundBrush" Color="#282460"></SolidColorBrush>
</ResourceDictionary>
But I am not getting the expected result as It was giving proper result in previous version(2013 Q3).
Am I missing something silly?
Any help would be appreciated.
Thanks,
Vinay.