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

This feature request proposes to introduce a new method that enables users to clear selected cells within the Scheduler component.

Example:

Implement a method, e.g., ClearSelectedCells(), within the Blazor Scheduler component. This method should reset the cell selection state.

Consider a scenario where a user selects multiple cells to create an event. Currently, there is no straightforward way to clear this selection programmatically. By implementing a ClearSelectedCells() method, users can bind it to a button or an event, allowing them to call the method to remove the selected cells.