Hi,
I have a DayPilotMonth control with EventClickHandling="Javascript" that opens a popup window
and I'm now implementing EventResizeHandling="PostBack" that updates the database
The control is in an ajax UpdatePanel.
Everything works fine in Firefox and Safari...and even Internet Explorer 8...but in Internet Explorer 7 when I resize an event, the EventClickHandling and the EventResizeHandling both fire (so I get my javascript popup as well as my db update)...but I only want the db update.
Thanks!