Completed
Last Updated: 11 Jan 2024 08:20 by ADMIN
Release R2 2023
If the PeriodStart and VisiblePeriodStart is set to DateTime.MinValue zooming out using mouse wheel causes a crash. DateTime.Subract(TimeSpan value) method throws "ArgumentOutOfRangeException();". Looks like "TimeBarBase.CalculateLeftRightStep(this.SmallChange, centerOffsetPercentage, out leftStep, out rightStep);" does not calculate leftStep correctly.
Completed
Last Updated: 07 Apr 2023 07:56 by ADMIN
Release LIB 2023.1.407 (7 Apr 2023)
When DateTime.MinValue is set as a value to the PeriodStart property, zooming out will result in an ArgumentOutOfRangeException. The same exception is thrown when the value of the PeriodEnd is lower than the zoom-in step.
Completed
Last Updated: 29 May 2020 12:31 by ADMIN
Release LIB 2020.2.6.01 (1.6.2020)
When you select a time span at the beginning of the period, the left thumb is not visible. Issue is reproducible with our Fluent theme.
Completed
Last Updated: 18 Oct 2019 05:29 by ADMIN
Release R3 2019 SP1
ADMIN
Created by: Tsvetie
Comments: 0
Category: TimeBar
Type: Bug Report
1
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.
Completed
Last Updated: 25 Mar 2016 15:09 by ADMIN
When click and keep the mouse button down into the RadTimebar control and at the same time tap outside the application, InvalidOperationException is thrown.
The issue is reproducible on Window 7 OS.

Fix available in LIB Version 2016.1.328.
Completed
Last Updated: 09 Oct 2014 14:15 by ADMIN
The value of the MinZoomRange property is incorrect after changing the the PeriodStart and PeriodEnd from code-behind.

Fixed in Q3 2014