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

How to achieve the tracking resource availability demo in WinForms?

1 Answer 73 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Pankaj
Top achievements
Rank 1
Pankaj asked on 30 Sep 2016, 05:02 PM

     Hi there,

 

I saw the demo here: http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourceavailability/defaultcs.aspx?skin=Telerik.

 

I wish to achieve something similar in Windows Forms. How to achieve this? Please guide.

Thanks.

 

Pankaj

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 04 Oct 2016, 10:04 AM
Hello Pankaj,

Thank you for writing.  

RadScheduler allows adding an appointment by handling the RadScheduler.AppointmentAdded event. The AppointmentAddedEventArgs gives you the exact appointment that is added. You can iterate the available events in the RadScheduler.Appointments and remove the last added one from the collection if it doesn't meet your custom requirements, e.g. the start/end date is not suitable or the selected resource.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
Scheduler and Reminder
Asked by
Pankaj
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or