Completed
Last Updated: 18 Oct 2019 05:29 by ADMIN
Release R3 2019 SP1
ADMIN
Tsvetie
Created on: 10 Apr 2014 11:47
Category: TimeBar
Type: Bug Report
1
TimeBar: XamlParseException when current culture is arabic.
RadTimeBar throws XamlParseException when current culture is arabic.

Workaround: Create a custom class that inherits from Telerik.Windows.Controls.TimeBar.SelectionThumb and explicitly sets the TitleFormatString property to your custom format string in the constructor. Edit the Template of the RadTimeBar control - find the SelectionThumb instance in the template and replace it with an instance of the CustomSelectionThumb class.
0 comments