Skip to content

This sample explains how to add Blazor GanttChart and fetch data from SQL database using Entity framework data model and update change in CRUD action to server.

Notifications You must be signed in to change notification settings

SyncfusionExamples/Blazor-Gantt-Chart-with-Entity-framework

Repository files navigation

Blazor Gantt Chart with Entity framework

In the Gantt Chart, we can fetch data from the SQL database using the Entity Framework Data Model and the update the changes in CRUD action to the server by using DataManager support. To communicate with the remote data, we are using CustomAdaptor of DataManager property to call the server method.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Update the database connection to the project.
  • Run the project.

About

This sample explains how to add Blazor GanttChart and fetch data from SQL database using Entity framework data model and update change in CRUD action to server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published