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

AppointmentCommand is not firing properly

1 Answer 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sumanth
Top achievements
Rank 1
Sumanth asked on 19 Nov 2010, 12:47 PM
Hi,
Please find below as my requirment.
(Schedular - DayView)

Each appointment is associated with status (like created, confirmed, completed etc) and appointment should have color schema based on appointment status.
For example, all created appointments should disply in Red, confirmed appointments should display in Yellow etc.
Also, buttons should be displayed with each appointments, when user clicks on any button, appointment status should changed accordingly. i.e, when user clicks on Yellow Button, appointment status should be changed to confirmed.

To achieve above requirement, am making use of Appointment Template,  AppointmentCreated event, AppointmentCommand events of Schedular control.


Am using AppointmentCreated event for background color logic and AppointmentCommad event for updating appointment status logic.

When I clicks on button, which is in appointment template, order of events which are fired are AppointmentCreated, AppointmentCommand.

Everything working fine so far which satisfies my requirement. But the problem is, some times (randomly), buttons requires multiple clicks to fire “AppointmentCommand” event. In other words, when I click on button, it is only fires “AppointmentCreated” and not firing “AppointmentCommand”.

Any one, could you please help me in this issue. Thanks in advance.

 

Thanks,

Sumanth




1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Nov 2010, 01:40 PM
Hi Sumanth,

We will be glad to help you, but we will need a working demo of the issue. Please, open a support ticket and send us your project so we can test it locally.

Best wishes,
Peter
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Sumanth
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or