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

PAst and Future schedules not being rendered

Asked by Shipra
9 years ago.

I am trying to show the schedule of diffrent projects,but the projects with startdate greater than todays date and enddate less than todays date are not rendered.below is the code that i am using:
<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"
DataStartField="start"
DataEndField="end"
DataTextField="name"
DataValueField="id"
DataResourceField="column"
DataTagFields="id,name"
Width="99%"
RowHeaderWidth="120"
CellDuration="1440"
Scale="Month"
CellGroupBy="Year"
CellWidth="120"
EnableViewState="false"
HeightSpec="Parent100Pct"
OnBeforeEventRender="DayPilotScheduler1_BeforeEventRender"
ScrollLabelsVisible="false"
BubbleID="DayPilotBubble1"
Height="100"
xresourcebubbleid="dpBubbleToolTip"
DragOutAllowed="true"
TimeRangeDoubleClickHandling="JavaScript"
TimeRangeDoubleClickJavaScript="return false;"
EventHoverHandling="Bubble"
EventHeight="40"
ShowToolTip="false"
EventClickHandling="JavaScript"
EventClickJavaScript="eventClick(e);"
Theme="scheduler_transparent"
CssOnly="true">
</DayPilot:DayPilotScheduler>

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