Scheduler interaction on user events

1 Answer 7 Views
Scheduler
inLogic
Top achievements
Rank 1
inLogic asked on 26 Jun 2025, 09:47 AM | edited on 26 Jun 2025, 09:54 AM

Hello i have a few questions regarding intercepting certain events.

  • I have an icon that i'd prefer would be in the same slots as the view change ikon and going to today icon, how can i add my custom view to it?
  • I want to make said icon visible only on dayview and only when the daypicker is not expanded to show the entire month.
  • Is there a way to intercept the scheduler showing the month to pick a date?

Notice the Icon on the side, it was originally added ontop of the dayname bar as a test but then we remembered that the bar gets pushed down for the picker.

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 01 Jul 2025, 08:32 AM

Hi,

I will go through your questions one by one:

  1. To add additional UI elements to the header of the Scheduler component, you need to modify its default ControlTemplate and place the icon in the desired position.
  2. You can use a MultiBinding along with a Converter to bind to the ActiveViewDefinition property of the Scheduler and the IsExpanded property of the SchedulerExpander. This allows you to display the icon only when the view is set to Day and the expander is not expanded.
  3. Could you please provide a bit more context regarding this point? If you're referring to removing the month view shown in the provided image, which comes from the expander UX, you can simply remove the Calendar from the ControlTemplate. However, if you're referring to a different feature of the RadScheduler, please provide more details so we can assist further.

I've prepared a sample project that demonstrates how to modify the ControlTemplate and add the desired icon. The sample includes the template for mobile only, as your screenshot suggests you're targeting a mobile view. If you also need the ControlTemplate for desktop, please let me know and I’ll include it as well.

I hope the provided information and sample help you achieve the desired functionality.

Regards,
Nasko
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.

Tags
Scheduler
Asked by
inLogic
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or