Home Unanswered Active Tags New Question

resource view horizontal with days not hours?

Hy! I use DayPilotPro-4.1.1252 version. I use the DayPilotScheduler in Resource view. Can I use days not an hours in X axis? How to show 1 week with days? How to set in ASP.NET? thx Marcell
Asked by Anonymous 4 years ago.
Replies
Yes, you can do it by setting CellSize property to 1440 (duration of one day in minutes) and Days property to 7. The best way is to add it to the .aspx declaration:

<daypilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"
CellSize="1440" Days="7"

You can use DayPilot.Utils.Week.FirstDayOfWeek() method to detect the week start (for setting StartDate property).
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java