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.
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>
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