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!

2
Votes

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.