Declined
Last Updated: 20 Nov 2014 19:06 by ADMIN
Kasirajan
Created on: 17 Apr 2013 12:55
Category: Kendo UI for jQuery
Type: Feature Request
1
.k-slider-horizontal .k-slider-track { background: url(<%= Url.Content("~/Content/images/Slider_trak.p
you can able to change background image in kendo ui slider.
1 comment
Kasirajan
Posted on: 17 Apr 2013 13:00

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;
}