Hello! I am using RadzenDatePicker in my Blazor project to work with a calendar. There is a requirement to display special dates (e.g., days with modified working hours) in the calendar by highlighting them with a different color or style. Is it possible to customize the rendering of days in RadzenDatePicker? For example, is there a way to apply a different style or class to specific dates through a parameter or callback (something similar to DateRender)? If not, what are the alternatives to implement such functionality?
There is an example showing exactly this: