Hello,
I would like to change the cell duration of the time to be 1 min in asp.net webforms
I changed the code to be:
<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" runat="server" CssClass="auto-style1" Days="6"
DataStartField="start"
DataEndField="end"
DataTextField="name"
DataValueField="id"
headerDateFormat = "dddd"
BusinessBeginsHour="8"
BusinessEndsHour="17"
HeightSpec="BusinessHoursNoScroll" style="left: 0px; top: 0px"
CellWidth = "60"
Scale="CellDuration"
CellDuration = "1"
DurationBarVisible="true"
/>
but I still have the same problem, so How to specific the time for 1 min instead of 30 mins?