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

MaximumValue / SlideStep in client side

1 Answer 48 Views
Slider
This is a migrated thread and some comments may be shown as answers.
itamarkt
Top achievements
Rank 1
itamarkt asked on 12 Oct 2008, 03:39 PM
Hey...

I'm trying to check the silder control and I need to set / get the values of the MaximumValue, MinimumValue & SlideStep in client side.

I coudn't find any example how to access these properties from client side.

Can you please send me some information ?

Itamar

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 15 Oct 2008, 11:50 AM
Hello Itamarkt,

In order to get the mentioned properties'values on the client you can use the RadSlider's get_maximumValue(), get_minimumValue() and get_slideStep() client methods. You can also set different values for them by using the set methods, e.g. replace the get sufix with set and provide the value as argument.

You can find all these methods documented in the RadSlider's client-side API here.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Slider
Asked by
itamarkt
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or