Sorry i mean still dont work for me:
I have set:
TimeRangeSelectedHandling to: Postback
and
EventClickHandlinf to: Postback
however when i still use the code such as:
protected void DayPilotCalendar1_EventClick(string pk)
{
//stuff i want to do
}
all it does is refreshes the page nothign else....? please help
gareth