Comment posted by Dan Letecky
16 years ago.
If you mean DayPilotCalendar, you can change it using combination of HeightSpec, BusinessBeginsHour, and BusinessEndsHour.
Comment posted by Anonymous
16 years ago.
I mean when i need display Event 1 in Resource view, but the daypilot control display Event 11 (12:00AM - 12:00AM).
How to remove time?
Comment posted by Dan Letecky
16 years ago.
You have two options:
1. Just hide it:
ShowEventStartEnd="false"
2. Customize the text (HTML) completely:
Handle BeforeEventRender and change e.InnerHTML.