search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

resource view horizontal with days not hours?

Asked by Anonymous
16 years ago.
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
Comment posted by Dan Letecky
16 years ago.
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).
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.