문제

If i want to disable "times" in Kendo scheduler i can use following code snippet.

<style scoped>.k-scheduler-times {

  display: none;

}</style>

If i use this style, it loses vertical grouping like "meeting room 101","meeting room 102". I dont need times because all events are all day events.

http://trykendoui.telerik.com/ILIb

Is there any way to keep vertical grouping with week view but not shwoing times. (11:00, 12:00)

I am trying to create something like this http://code.daypilot.org/page/image/a26hoawhl5gtle2jspxmcstcri/hotel-reservation-asp.net-rooms.png

도움이 되었습니까?

해결책

You could try too use the .MinorTickCount(0), at-least it works for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top