Finally, the client-side object of the slider has a function get_dragHandles() that returns an array with the HTML elements of the slider's drag handles. When you have the elements of the handles, you can display the values within via JavaScript, for example by using innerHTML.
var dragHandles = $find("<%= RadSlider1.ClientID %>").get_dragHandles(); // RadSlider1 is the ID of the slider control
Regards,
Slav
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.