Hello,
I was going through the Scheduler MVVM demo:
http://demos.telerik.com/kendo-ui/scheduler/mvvm
I want to set currentTimeMarker to false, in order to hide the time marker. I want to do it in html by means of data- attribute. So I add this to the div element for the scheduler:
data-current-time-marker="false"
I re-run the demo, but the time marker is still there...
Thank you for the answers,
Boris