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

No overload for 'DayPilotCalendar1_EventClick' matches delegate 'DayPilot.Web.Ui.EventClickDelegate'

Asked by Anonymous
9 years ago.

daypilot.aspx.cs

protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e)
{
Label1.Text = "Selected event: " + e.Value;
}

daypilot.aspx

<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" runat="server" Width="16px"
BusinessEndsHour="19" EventClickHandling="PostBack" OnEventClick="DayPilotCalendar1_EventClick" />

Please suggest some ideas.

Comment posted by Hans Lindgren
9 years ago.

What version are you using? And is it Web Forms or MVC?

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