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

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

Asked by Rhys
12 years ago.

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?

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