Hello,
I am using a slider such as the one below:
Correct me if I am wrong, but I guess there is a problem, if you drag the SelectionRange area to the right, then you won't be able to move it to the left.
Is there a solution for this behavior?
Thanks :)
I am using a slider such as the one below:
| <telerik:RadSlider |
| Minimum="0" |
| Maximum="10" |
| TickFrequency="1" |
| IsSelectionRangeEnabled="True" |
| IsSnapToTickEnabled = "True" |
| MinimumRangeSpan="1" |
| SelectionStart="1" |
| SelectionEnd="2" |
| /> |
Correct me if I am wrong, but I guess there is a problem, if you drag the SelectionRange area to the right, then you won't be able to move it to the left.
Is there a solution for this behavior?
Thanks :)