5 Answers, 1 is accepted
0
Hello Danilo,
Those events should fire even if you use a provider. Are there any specific settings that cause such a problem?
Greetings,
Peter
the Telerik team
Those events should fire even if you use a provider. Are there any specific settings that cause such a problem?
Greetings,
Peter
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0

Danilo
Top achievements
Rank 1
answered on 03 Mar 2011, 05:54 PM
Maybe this event fire only if call RadScheduler.Rebind()?
Thank's
danilo
Thank's
danilo
0
Calling Rebind() is not required for the AppointmentCreated event to occur. It might be something specific to your implementation...
Kind regards,
Peter
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0

Danilo
Top achievements
Rank 1
answered on 10 Mar 2011, 10:59 AM
Hi Peter,
thank's for your availability.
I've tried also with the telerik SDK (the telerik demo site RadControlsExample) .
On the page where you can create an appointment via button click ( Scheduler/Examples/Reminders/DefaultVB.aspx ) if you implement
thank's for your availability.
I've tried also with the telerik SDK (the telerik demo site RadControlsExample) .
On the page where you can create an appointment via button click ( Scheduler/Examples/Reminders/DefaultVB.aspx ) if you implement
RadScheduler1_AppointmentInsert
event, this event never fire, after you call RadScheduler1.InsertAppointment(apt) ( code in the button click event).
Is This behaviour right?
Thank's
0
Hi Danilo,
Yes, I can confirm that this is the expected behavior. AppointmentInsert will occur if you insert an appointment through the inline or advanced insert form. If you use the InsertAppointment() method, the event won't fire.
Is there any specific requirement that you need to achieve? Please, explain and we will think of a workaround.
Greetings,
Peter
the Telerik team
Yes, I can confirm that this is the expected behavior. AppointmentInsert will occur if you insert an appointment through the inline or advanced insert form. If you use the InsertAppointment() method, the event won't fire.
Is there any specific requirement that you need to achieve? Please, explain and we will think of a workaround.
Greetings,
Peter
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!