Get Appointment EventId using radScheduler_AppointmentMouseDown event

1 Answer 70 Views
Scheduler and Reminder
Thomas
Top achievements
Rank 1
Thomas asked on 04 Jan 2023, 10:03 PM

I am trying to mousedown on a appointment in the scheduler and want to grab the EventId and place into a variable that I declared.

My Scheduler is in Timeline / Resource View mode.


 private void radScheduler1_AppointmentMouseDown(object sender, SchedulerAppointmentMouseEventArgs e)
        {
           
            
        }
Anyone?

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 05 Jan 2023, 05:43 AM

Hello, Thomas,

The SchedulerAppointmentMouseEventArgs gives you access to the affected Appointment from which you can access the information you need:

Is there any information that you are missing in the Appointment instance?

 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Thomas
Top achievements
Rank 1
commented on 05 Jan 2023, 08:45 AM

Thanks, that works.
Tags
Scheduler and Reminder
Asked by
Thomas
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or