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!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, appointments are rendered based on time. However, there is a need to provide support for custom column sorting by a specified value.
For example, the AppointmentData class can be expanded with a new string property: public string SortCriteria { get; set; }.
Current behavior:
Expected Behavior:
Appointments should be grouped in columns based on the SortCriteria value. Custom column sorting should be considering all-day events and longer appointments for proper arrangement in all Scheduler views.