Hello,
I am trying to implement this example https://blazor.syncfusion.com/demos/scheduler/block-out-dates-and-hours?theme=bootstrap4 at my project but when I run the code it crushes.
Specifically when I click at a cell to add an appointment and the I click the More Details button I get a
NullReferenceException.
What I am trying to do is to use The ResourceHeaderTemplate to show the employee data and bind them with the appointments.
Futhermore, can I have more information about the example like what do the classes ScheduleData.BlockData and
ScheduleData.EmployeeData contain?
So can you please provide, the full code of this example that i mentioned before?
Thanks in advance!