Blazor Scheduler Example - Header Rows
This demo showcases how to display additional header rows on the timeline view. In this demo, an additional row for displaying Month and Week number has been added.
Unlike the usual date and time rows, timeline view can be displayed with additional header rows to display years, months, and week numbers. To do so, define the ScheduleHeaderRows tag which accepts a collection of ScheduleHeaderRow objects. Each object includes the Option property to define the specific header row type such as Year, Month, Week, and Date. The ScheduleHeaderRow also includes the Template option to provide label customization on these rows. The ScheduleHeaderRows is applicable only on timeline views.