Following how most of the Telerik UI controls work how do I set the scale max value of a gauge control. I cant seem to get the syntax correct. I dont quite have a handle on how the Kendo stuff works yet and my javascript is lacking :( Using the below how do I access the scale object?
var radLinearGaugeObject = $find("ctl00_MainContent_RadPanelBar1_i0_i0_gaugeRunning");
var gaugeRunning = radLinearGaugeObject.get_kendoWidget();
?
Thanks for the help,
Brian
var radLinearGaugeObject = $find("ctl00_MainContent_RadPanelBar1_i0_i0_gaugeRunning");
var gaugeRunning = radLinearGaugeObject.get_kendoWidget();
?
Thanks for the help,
Brian