Completed
Last Updated: 13 Nov 2025 12:45 by ADMIN
Release 12.0.0 (2025 Q4)
Dong
Created on: 04 Mar 2024 06:38
Category: Scheduler
Type: Feature Request
4
Scheduler: Add Agenda View
Provide AgendaView in the Scheduler for .NET MAUI
4 comments
ADMIN
Didi
Posted on: 13 Nov 2025 12:45

Hi Nico,

Thank you for your feedback about the AgendaView.

Regarding to the button visibility, we have this in our plans for next AgendaView improvements and I hope we will be able to address it with the next release. For now, use the approach you found.

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

Nico
Posted on: 12 Nov 2025 15:26

Thanks Didi,

It looks great and is incredibly easy to integrate into an existing scheduler without having to tinker much with the templates.

One small thing about the AddAppointmentButtonStyle.
IsVisible has no effect there, so the button can't be completely hidden.

My workaround for this is now...

<Style x:Key="SchedulerAgendaAddButtonStyle" TargetType="telerik:RadButton">
    <Setter Property="IsVisible" Value="False" /> <!--doesn't work-->
    <Setter Property="BackgroundColor" Value="Transparent" />
    <Setter Property="Text" Value="" />
</Style>

ADMIN
Didi
Posted on: 12 Nov 2025 15:10

AgendaView: https://www.telerik.com/maui-ui/documentation/controls/scheduler/views/agenda-view 

AgendaView styling: https://www.telerik.com/maui-ui/documentation/controls/scheduler/styling/agenda-styling 

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

Nico
Posted on: 21 Feb 2025 12:18
Unfortunately, this is still missing to achieve feature parity with Xamarin