This is a migrated thread and some comments may be shown as answers.

AppointmentCreated

5 Answers 100 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Danilo
Top achievements
Rank 1
Danilo asked on 03 Mar 2011, 11:35 AM
Hi all,
someone konw why the AppointmentCreated or AppointmentInsert doen't fire when using a CustomSchedulerProvider?
Thank's

Danilo

 

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 03 Mar 2011, 03:12 PM
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
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
0
Peter
Telerik team
answered on 04 Mar 2011, 04:46 PM

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

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
Peter
Telerik team
answered on 16 Mar 2011, 02:10 PM
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
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!
Tags
Scheduler
Asked by
Danilo
Top achievements
Rank 1
Answers by
Peter
Telerik team
Danilo
Top achievements
Rank 1
Share this question
or