Completed
Last Updated: 13 Feb 2018 07:35 by ADMIN
When the Ranges property of scale is bound inside a user control then it causes the "Object reference not set to an instance of an object" exception in the Telerik.Windows.Controls.Gauge.ScaleBase.OnApplyTemplate method.

As a workaround you can set the Ranges property to empty GaugeRangeCollection in your user control using the SetCurrentValue method which does not break the databinding. Also it will require to set the Ranges.ItemTemplate property after the scale is loaded.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Gauge
Type: Feature Request
1
RangeList and TickList should support ability to set list of the arbitrary objects as ItemsSource and use ItemTemplate to create ranges and custom tick marks.
1 2