Duration: 17:44 min
Summary: In this case, we will discuss the slider. The slider provides the ability to select a value, but the range is controlled by the developer, which makes validating input unnecessary. You can specify the min and max values, the orientation (vertical or horizontal), as well as the small and large steps, in addition to other interesting properties. Besides the properties, there are events that we can handle. For example, we will handle the change and slide events. We will also log the values to the console.
Technologies and Resources: Kendo UI, kendoSlider, smallStep, largeStep.