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
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.