Hi! I'm getting this error when double clicking on a calendar row.
Here' s me declarative code :
<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" DataStartField="Start" DataEndField="End"
DataTextField="Title" ForeColor="#003300" DataValueField="ID" runat="server"
BackColor="White" BorderColor="#003300" DayFontFamily="Verdana" EventBorderColor="#003300"
EventFontFamily="Verdana" EventLeftBarColor="#D5E844" EventBackColor="#E4EF90"
HourBorderColor="#ffffff" HourFontFamily="Verdana" HourHalfBorderColor="#D5E844"
HourNameBackColor="#003300" HourNameBorderColor="#D5E844"
NonBusinessBackColor="White" TimeFormat="Clock24Hours"
EventFontColor="#003300" HeaderFontColor="White" HourFontColor="White"
DurationBarColor="#003300"
ontimerangedoubleclick="DayPilotCalendar1_TimeRangeDoubleClick"
BusinessEndsHour="17" EventDoubleClickHandling="PostBack"
LoadingLabelText="Chargement..." ScrollLabelsVisible="False"
TimeRangeDoubleClickHandling="PostBack" />
Can you help me with this please? Thanks