I would like to alter some special slots in the scheduler like in WPF. Sample images is attached.
The slot should be customizable to define custom size and template.
*** Thread created by admin on customer behalf ***
Hello Roberto,
Here are links to the feature requests corresponding to the features I see:
I've added your Vote on your behalf for the two that didn't have it so it raises their priority.
Regards,
Marin Bratanov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).
Posting on customer behalf (original thread) to keep all information and suggestions in one place.
I've had this implemented using other tools where I had two collections on a schedule control: one with appointments and one with (in my own project terms) "time slots" which only had start date time, duration and CSS class to render, and were rendered on background. Appointments had a little padding, so background would also be visible.
So it could either be two different source data collection, or an appointment may have a flag that turns it into a"timeslot" that gets rendered as a background.
Regards,
Marin Bratanov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).