User should be able to show the slider labels as per requirement e.g there should be a setting for configuring the Steps size of labels too. as now, if slider has smaller width (e.g 130px) and labels are 100 in number then lablels are not rendered. So we should set the step to show the labels e.g. If we set labelStepSize= 20 and min =1 and max=100 then Labels will be like 0 20 40 60 80 100
Thanks for the example, but this is not what I am trying to achieve. Yes I am asking about the flexible label steps setting, which is independent of smallStep or largeStep so that it gets rendered.
Thanks for the proposal, Muhammad. Note that you can control the rendered label step via the smallStep and largeStep attributes, to achieve your goal. Check this demo for reference: http://dojo.telerik.com/UHuha/2 Additionally, for flexible label step when having many slider labels on small screen estates (responsive enhancement) what you suggest makes sense. We'll have it in mind for future versions of the widget.