Hi,
I have the following splitter defined:
| <telerik:RadSlider ID="sliderDisk" runat="server" ShowDecreaseHandle="False" ShowDragHandle="False" |
| TrackPosition="TopLeft" Height="40px" Width="200px" ShowIncreaseHandle="False" |
| Skin="Black" Value="30" ItemType="Tick" LargeChange="20" ForeColor="#252525" |
| SmallChange="20" > |
| </telerik:RadSlider> |
I want to make it "readonly" so it does not get an input from user and change the progress upon mouse click. Is there a way to do that?
I also tried to make Enabled="False", it works but the splitter itself doesn't look good.
Thanks,
Ruben.