Home Unanswered Active Tags New Question

EventClickHandling="Select" and EventSelectHandling="PostBack" do not work together?

I am using the following combination of commands: -

EventClickHandling="Select"
EventSelectHandling="PostBack"
OnEventSelect="dpcCalendar_EventSelect"

Which I would assume would allow me to have an event selected on the client and fire the event dpcCalendar_EventSelect as a postback so I can do things on the server. This does not work, I have been unable to find any way of having an event selected while using callback or postback to handle the event on the server.

Although I can get the event to fire correctly I am unable to get the ui to update the events on the calendar to select the correct event so the user know what event they clicked on the calendar. Am i missing something or does the calendar not provide this functionality?

Asked by Rhys 4 months ago.
1 other person also wants an answer.
Replies
No reply yet.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java