or

| .RadSlider_Default2_Selected .horizontal .track |
| { |
| margin-top:6px; |
| height:3px; |
| background:#fff; |
| border-top:solid 1px #383838; |
| border-bottom:solid 1px #383838; |
| } |
| .RadSlider_Default2_Selected .horizontal .track |
| { |
| margin-top:6px; |
| height:3px; |
| background:red; |
| border-top:solid 1px #383838; |
| border-bottom:solid 1px #383838; |
| } |
| $("#RadSlider1").removeClass("radslider RadSlider_Default2 horizontal "); |
| $("#RadSlider1").addClass("radslider RadSlider_Default2_Selected horizontal "); |
IsSelectionRangeEnabled=true and false.
The sequence is as follows...
If I start with IsSelectionRangeEnabled=false and then in code behind set it to true two things happen
1. The SelectionStart property gets set to the Value property regardless of what it is set to in the code and
2. The ValueChanged event for the left SelectionStart handle is dissabled. The right handle (SelectionEnd) still works fine.
Any advice would be appreciated.
Thanks
Steve