Hi,
I'm having some issues using the Gauges: it seems that every element added to the Indicators or CustomItems generates a System.Windows.Data Error. The example in this code
cause the following errors:
I'm using the version 2012.1.416.40: could you explain me how to fix the issue?
Thank you so much.
Best Regards,
Rocco
I'm having some issues using the Gauges: it seems that every element added to the Indicators or CustomItems generates a System.Windows.Data Error. The example in this code
<telerik:RadHorizontalLinearGauge x:Name="EntireGauge" Grid.Row="1"> <telerik:LinearScale Min="0" Max="10" ShowFirstLabel="False" MajorTicks="0" Fill="Green"> <telerik:LinearScale.Indicators> <telerik:Marker x:Name="PreMarker" Value="3" /> </telerik:LinearScale.Indicators> <telerik:LinearScale.CustomItems> <TextBlock Text="CustomItemText" telerik:ScaleObject.Value="5" /> </telerik:LinearScale.CustomItems> </telerik:LinearScale></telerik:RadHorizontalLinearGauge>cause the following errors:
System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='IndicatorGroup'
System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='TextBlock'
I'm using the version 2012.1.416.40: could you explain me how to fix the issue?
Thank you so much.
Best Regards,
Rocco
