Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The scheduler supports highlighting the working hours and days for the resource wise.

https://blazor.syncfusion.com/documentation/scheduler/resources#setting-different-working-days-and-hours-for-resources


Needs to provide the option to set multiple work hours with a different highlight color for each resource.


new ResourceData{ Text = "Will Smith", Id = 1, Color = "#ea7a57",

new WorkHours () { Id = 1, HighlightColor = "#ea7a57", StartHour = "07:00", EndHour = "13:00" },

new WorkHours () { Id = 2, HighlightColor = "#ff8ff8", StartHour = "15:00", EndHour = "19:00" }

}