you can able to change background image in kendo ui slider.
Hi, I can change background color for the slider control in MVC. but not able to change the background image for "Slider Track" and "Slider Selection". How to set the image for those background? Solution : .k-slider-horizontal .k-slider-track { background: url(<%= Url.Content("~/Content/images/Slider_trak.png") %>) no-repeat 0 0; height: 26px; }