//I'd like to reference the RadSlider in this function...how do I?
}
1 Answer, 1 is accepted
0
Simon
Telerik team
answered on 01 Oct 2012, 05:12 AM
Hi,
You can get the Slider (and any other win-control for that matter) from the winControl expando of the element with which the control has been created:
var slider = document.getElementById("slider").winControl;
//slider.value
Greetings,
Simon
the Telerik team
Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.