I am trying to use an image for the rangeSlider left and right handle. I noticed that the both of these handles are of anchor element of class k-draghandle and I am adding an child image element to it by dom manipulation.
Is there an easier way to customize the these handles?
The easiest way is just to add your own stylesheet that overrides the k-draghandle. Eg:
(its not pretty, but you get the idea)