Other schedule controls have an 'agenda' view that has a chronological list of appointments back to back stacked vertically colored by resource.
It would be great for the telerik scheduler to have a view like this.
Hi Greg,
Thank you for sharing an alternative until the component gets implemented.
Regards,
Hristian Stefanov
Progress Telerik
I just made a new view selector control that duplicates the view selector features of the built in one then hid the built in one with this:
span.k-scheduler-views-wrapper {
display: none;
}
Then I place my control in the spot where the built in one used to show.
Since the view is an enum, I just set it to null if the user has selected agenda mode then size the telerik control to just show the top like this. I might also conditionally hide the contents I can't remember. I also conditionally hide the footer.
<TelerikScheduler Data="@ScheduleState.Value.Appointments.Values" @bind-View="@CurrView" Height=@((!CurrButtonView.HasValue) ? "50px" : "100%") Width="100%" >
Then I make my agenda control conditionally visible.
The result looks identical to the control having the functionality built in.
Hello Adam,
The best way to know when it gets implemented is to click the Follow button on the portal page. This will send you an email for status updates, and when we know the release this will be part of, we will update the page.
Regards,
Marin Bratanov
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.