asp.net scheduler on resize postback event problem

Hello,

I want to hook up the postback event of the resize action, but I noticed that there is no event that relate this action in the scheduler control.

After doing the resize action, it does a postback but we no specific event.

How can I hook the event on the server?

Thanks.


1 Reply

RS Rajarajeswari S Syncfusion Team June 12, 2008 06:00 PM UTC

Hi Eran,

The following events will be raised on Resizing the Appointments in Schedule control:

AppointmentChanged - Specifies the function to be executed, when the appointment is changing.

AppointmentChanging -Specifies the function to be executed, when the appointment is changed.

When there is a chnage in appointments, these events get raised,

Please let me know if this helps you out.

Regards,
Raji



Loader.
Up arrow icon