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?