Hello,
i tried to use kendo ui slider in a mobile site.
It seems to work ...
Is there anyway to show the ticks in a mobile site ?
It only can show the tickts on a desktop browser.
Regards
Jürgen
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 09 Jan 2014, 11:36 AM
Hello Justyna,
By default the Kendo UI Slider ticks are hidden in a mobile application. This is due to the fact that the native slider widget, does not have ticks, so we are trying to follow the already defined design patterns by manufacturers.
However ticks are still rendered by are hidden using display:none, so in order to display then you need a few lines of CSS. Please check this example: