This application demonstrates how to perform CRUD operations in the Blazor Scheduler using a Custom Adaptor. It showcases implementing custom data-binding logic for Create, Read, Update, and Delete actions, enabling flexible data handling and integration of business logic. The sample serves as a practical guide for managing scheduler events efficiently and building dynamic Blazor applications with advanced data interaction.
- Visual Studio 2022
- .NET Core 6.0 or later
- Implement Create, Read, Update, and Delete operations
- Custom adaptor for flexible data handling
- Event scheduling and management
- Data persistence capabilities
- Checkout this project to your local machine
- Open the solution file using Visual Studio 2022
- Build the solution to restore the required NuGet packages
- Press
F5to start the application
Refer to the following Syncfusion Blazor Scheduler documentation for more information:
For more information and support, visit the Syncfusion Blazor documentation.