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

How to show only two weeks in the weekly scheduler

Asked by requirer
9 years ago.

I want to show only two weeks in my scheduler

Answer posted by Dan Letecky [DayPilot]
9 years ago.

Just use Days property:

<DayPilot:DayPilotScheduler 
  runat="server" 
  id="DayPilotScheduler1"
  Days="14"
  ...
/>

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.