creating a new event by clicking a freespace - DayPilot Forums http://forums.daypilot.org/Topic.aspx/449/creating_a_new_event_by_clicking_a_freespace Replies to question 'creating a new event by clicking a freespace'. creating a new event by clicking a freespace Hi,
rite now if an event is present we'll be able to edit the event subject by just clicking on it (ie by setting the eventClickHandling as edit ). I wanted to know whether the same is possible by clicking on a free time range and create an event , rather than open a new popup and create the event... Hoping to see a reply. I have posted a query with topic named month view. it wud be great if someone gives a reply to that too.

thanks in advance

]]>
http://forums.daypilot.org/Topic.aspx/449/creating_a_new_event_by_clicking_a_freespace Hisham http://forums.daypilot.org/Topic.aspx/449/creating_a_new_event_by_clicking_a_freespace Fri, 06 Jun 2008 14:05:36 +0200
New reply to 'creating a new event by clicking a freespace'
It's possible to create the event immediately after the time range is selected (or a time cell clicked) - that's possible if you set TimeRangeSelected="CallBack" or "PostBack". TimeRangeSelected event will be fired and in the event handler you can create the event easily (remember to call DayPilotCalendar1.DataBind() and Update() to refresh the events on the client side).]]>
http://forums.daypilot.org/Topic.aspx/449/creating_a_new_event_by_clicking_a_freespace#3colci7s75bfzfsflhwzdghc3i Dan Letecky http://forums.daypilot.org/Topic.aspx/449/creating_a_new_event_by_clicking_a_freespace#3colci7s75bfzfsflhwzdghc3i Sat, 14 Jun 2008 17:31:07 +0200