Need help about Radscheduler

2 Answers 109 Views
Calendar, DateTimePicker, TimePicker and Clock Scheduler and Reminder
Mike
Top achievements
Rank 1
Iron
Iron
Mike asked on 03 Dec 2021, 01:39 AM

Hi guys,

I am new in the C# winform design and I am trying to create a scheduler to help manager organize employee timesheet and do the punch-in punch-out. There are couple things I need some helps.

1) When I am reading the help form, I found a video about introduction of RadScheduler. https://www.youtube.com/watch?v=RHgMwE2vlsc&t=10s

But when I'm going to Blogs.telerik.com/robertshoemate I cannot find source code. Could you tell me where I can find source code? That really help me to understand how radscheduler working

2)

When I am desining Radscheduler form, The UI is always said "new appointment" and when I click "add new appointment" button the edit appointment textbox is setup in specifc form (I attached picture down below)

Could tell me where I can design this edit_appointment form? I want to change this UI. For example, change the subject Name or delete couple textbox

Regards,

Mike

2 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 03 Dec 2021, 07:06 AM
Hello, Mike, 

To be honest, the referred video was recorded a very long time ago. Even though the demonstrated approaches are still applicable for RadScheduler, the referred URL is not accessible. I would recommend you to have a look at our online documentation which will give you a good getting started experience with the control:
https://docs.telerik.com/devtools/winforms/controls/scheduler/overview   

I would like to note that we offer Virtual Classroom, which is a free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly. Check it out at https://learn.telerik.com/ 

As to the question about the edit dialog, I would recommend you to have a look at the following help articles which demonstrate how the customize the existing dialog or create your own:
https://docs.telerik.com/devtools/winforms/controls/scheduler/appointments-and-dialogs/adding-a-custom-field-to-the-editappointment-dialog 
https://docs.telerik.com/devtools/winforms/controls/scheduler/dialogs/editappointmentdialog 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Mike
Top achievements
Rank 1
Iron
Iron
answered on 20 Dec 2021, 07:02 AM

Hi Dess,

 

Thanks for the reply, I still cannot find the way to edit Radscheduler.

The requirement I want to do is: when user right-clicked on Schedule, they will see "Add New Timesheet" instead of "Add New appointment"

I check all document support, They all teach me how to add or customize dialog, but cannot find a way to edit that right click box.

 

Plz help me figure out that

Regards,

Mike

Mike
Top achievements
Rank 1
Iron
Iron
commented on 20 Dec 2021, 07:11 AM

I attached the screenshot of event action I want to edi.
Dess | Tech Support Engineer, Principal
Telerik team
commented on 20 Dec 2021, 12:29 PM

Mike, it seems that you are trying to customize the items in the context menu that is shown after right-clicking RadScheduler. The ContextMenuOpening event gives you this possibility. In the SchedulerContextMenuOpeningEventArgs  you have access to the default menu and its items. Hence, it is possible to change some of them or their text. Please refer to the following help article which is quite useful on this topic:

https://docs.telerik.com/devtools/winforms/controls/scheduler/context-menu/customize-the-contextmenu 

I believe that this is the goal that you are trying to achieve. Should you have further questions please let me know.

Tags
Calendar, DateTimePicker, TimePicker and Clock Scheduler and Reminder
Asked by
Mike
Top achievements
Rank 1
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Mike
Top achievements
Rank 1
Iron
Iron
Share this question
or