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!
This feature request proposes to introduce a new method that enables users to clear selected cells within the Scheduler component.
Example:
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.