Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
like 1/4, 2/4, 3/4, 4/4?
Thanks
<
telerik:RadSlider
ID
=
"negativeSlider"
runat
"server"
MinimumValue
"-1"
MaximumValue
"1"
SmallChange
"0.05"
LargeChange
"0.25"
Width
"500"
Value
"0"
ItemType
"Tick"
Height
"70"
OnClientValueChanging
"changingValue"
/>
telerik:RadTextBox
"negativeSliderValue"
Label
"Slider value: "
script
type
"text/javascript"
>
function changingValue(slider, args) {
$find("negativeSliderValue").set_value(args.get_newValue());
}
</