The timeHeaderCellDuration property does not produce specified time interval cells
Asked by RajeshB 11 years ago.
I'm working with the Daypilot Event Calendar Pro javascript(version - 1418).
I'm trying to achieve 15 minute time header intervals using the timeHeaderCellDuration = 15; property, but it does not produce 15 minute intervals for me.
Do i need to write script in dpc.onBeforeTimeHeaderRender event to achieve this?
Hi Dan,
The timeHeaderCellduration property is working fine but it is not considering the
cellDuration = 15,
timeHeaderCellduration =15,
dayBeginsHour: 7,
dayEndsHour: 18 properties.
To achieve this, i have changed properties to
dayBeginsHour: 28, (this is straight forward, from 12am to 7am i.e., 7* 15 =28)
dayEndsHour: 39, I didn't understand this part.
small correction to above question:
dayBeginsHour: 28, (this is straight forward, from 12am to 7am i.e., 7 * 4 =28)
I'm using the version 7429.
And the events are also disappeared when i'm using below proprties:
dayBeginsHour: 28,
dayEndsHour: 39.
Comment posted by RajeshB 11 years ago.
I'm using the version 1429**
Comment posted by Dan Letecky [DayPilot] 11 years ago.
There was one more bug that displayed incorrect hour headers. It's fixed now in 1432.