This question is locked. New answers and comments are not allowed.
Hi,
I have a RadLinearSparkLine control within a DataGridTemplateColumn of my DataGrid. After I scroll, the markers on the RadLinearSparkline seem to jump around to random spots (please see attached screenshots). How do I prevent this from happening?
Kind regards,
Chris
I have a RadLinearSparkLine control within a DataGridTemplateColumn of my DataGrid. After I scroll, the markers on the RadLinearSparkline seem to jump around to random spots (please see attached screenshots). How do I prevent this from happening?
<sdk:DataGridTemplateColumn Width="Auto" MinWidth="100" CanUserReorder="False" CanUserResize="True" CanUserSort="False"> <sdk:DataGridTemplateColumn.CellTemplate> <DataTemplate> <telerik:RadLinearSparkline MinWidth="90" Height="20" Margin="5,4" ItemsSource="{Binding Uptake}" ShowMarkers="True" LineStroke="{Binding UptakeBrush}" AutoRange="False" MinYValue="0"> </telerik:RadLinearSparkline> </DataTemplate> </sdk:DataGridTemplateColumn.CellTemplate> </sdk:DataGridTemplateColumn>Kind regards,
Chris