Hello, does react scheduler component allows for a view customization? In other words instead of dates can I add custom resource labels? Further customize Event Detail form to have my own fields and functionality behind it?
Thank You,
1 Answer, 1 is accepted
0
Wissam
Telerik team
answered on 20 Jan 2023, 12:45 PM
Hello, Nik,
Yes, the Scheduler allows customizing its view components, such as enabling grouping, setting the number of days, setting the date format, and many more. The following page lists all the available props for the DayView component:
Regarding the header of each column that displays the relative date by default, it can be customized using the dateHeaderCell prop that is available for all view components. In the below example, I applied it to the DayView:
Moreover, the Scheduler allows customizing the form to have your own form fields by rendering a custom form editor using the SchedulerForm editor prop. This approach is demonstrated in the below example: