hi
I used Blend 2012, when I retemplate the control (without doing anything to the generated style) i loss the top left radTickBar
attached image of it working, not working and code (not working but remove style={} and it works)
I am using 2012.3.1017.40
thanks
martin
<telerik1:RadSlider Height="100"
HandlesVisibility="Visible"
TickPlacement="TopLeft"
TickFrequency="1"
IsSnapToTickEnabled="True"
SelectionStart="0"
SelectionEnd="21"
MinimumRangeSpan="1"
Minimum="0"
SmallChange="1"
LargeChange="1"
Maximum="21"
IsSelectionRangeEnabled="True" Style="{DynamicResource NotWorkingStyle}" >
<telerik1:RadSlider.TickTemplate>
<DataTemplate>
<Grid>
<TextBlock Text="{Binding}" FontSize="11"/>
</Grid>
</DataTemplate>
</telerik1:RadSlider.TickTemplate>
</telerik1:RadSlider>