Move to point
When the IsMoveToPointEnabled property is set to true and you click somewhere on the track, the thumb will move directly to the point of click, ignoring the LargeChange property.
<telerik:RadSlider Maximum="10" IsMoveToPointEnabled="True"/>
<telerik:RadSlider IsMoveToPointEnabled="True"
IsSelectionRangeEnabled="True"
Maximum="10"
SelectionEnd="5"
SelectionStart="3" />