This is a migrated thread and some comments may be shown as answers.

"ReadOnly" Splitter

1 Answer 39 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
rubenhak
Top achievements
Rank 1
rubenhak asked on 25 Sep 2009, 06:00 PM
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.

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 Sep 2009, 08:32 AM
Hi rubenhak,
You can use the Enabled="False" setting and change the CSS that is applied to the disabled RadSlider. We have demonstrated how you can do this in our Reversed Direction online demo (the thermometer slider).

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Splitter
Asked by
rubenhak
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or