Syncfusion.Blazor.Data 33.1.46

Syncfusion® Blazor DataManager Component

The Syncfusion® Blazor DataManager is a data management component that handles CRUD operations, sorting, filtering, grouping, and paging for Blazor applications. Supports both local data sources (e.g., IEnumerable, ObservableCollection) and remote data sources (e.g., JSON/REST APIs, OData).

Key Features

  • Data Binding – Seamlessly bind to local and remote data sources
  • CRUD Operations – Built-in create, read, update, and delete functionality
  • Sorting & Filtering – Advanced data sorting and filtering capabilities
  • Grouping – Group data by one or multiple columns
  • Paging – Efficient pagination for large datasets
  • Data Connectivity – Supports OData services, JSON‑based REST APIs, and GraphQL endpoints.
  • Real-Time Updates – Support for Observable collections with automatic updates

System Requirements

  • .NET 8.0 or later (Blazor Web App, Blazor Server, Blazor WebAssembly and Blazor Hybrid)
  • See full requirements: System Requirements

Blazor DataManager

Installation

.NET CLI

dotnet add package Syncfusion.Blazor.Data

NuGet Package Manager

Install-Package Syncfusion.Blazor.Data

Add Stylesheet and Script References

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor.
  • For Blazor WebAssembly App: add these to wwwroot/index.html.
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick Start

  1. Register the Syncfusion® Blazor services in Program.cs:
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add the Blazor DataManager in a Razor page:
@using Syncfusion.Blazor.Data
@using Syncfusion.Blazor.Grids

<SfGrid TValue="EmployeeData" ID="Grid">
    <SfDataManager Json="@Employees"></SfDataManager>
    <GridColumns>
        <GridColumn Field="@nameof(EmployeeData.EmployeeID)" TextAlign="Syncfusion.Blazor.Grids.TextAlign.Center" HeaderText="Employee ID" Width="120"></GridColumn>
        <GridColumn Field="@nameof(EmployeeData.Name)" HeaderText="First Name" Width="130"></GridColumn>
        <GridColumn Field="@nameof(EmployeeData.Title)" HeaderText="Title" Width="120"></GridColumn>
    </GridColumns>
</SfGrid>

@code {
    public class EmployeeData
    {
        public int EmployeeID { get; set; }
        public string Name { get; set; }
        public string Title { get; set; }
    }

    public List<EmployeeData> Employees = new()
    {
        new EmployeeData { EmployeeID = 1, Name = "Nancy Fuller", Title = "Vice President" },
        new EmployeeData { EmployeeID = 2, Name = "Steven Buchanan", Title = "Sales Manager" },
        new EmployeeData { EmployeeID = 3, Name = "Janet Leverling", Title = "Sales Representative" },
        new EmployeeData { EmployeeID = 4, Name = "Andrew Davolio", Title = "Inside Sales Coordinator" },
        new EmployeeData { EmployeeID = 5, Name = "Steven Peacock", Title = "Inside Sales Coordinator" },
        new EmployeeData { EmployeeID = 6, Name = "Janet Buchanan", Title = "Sales Representative" },
        new EmployeeData { EmployeeID = 7, Name = "Andrew Fuller", Title = "Inside Sales Coordinator" },
        new EmployeeData { EmployeeID = 8, Name = "Steven Davolio", Title = "Inside Sales Coordinato" },
        new EmployeeData { EmployeeID = 9, Name = "Janet Davolio", Title = "Sales Representative" },
        new EmployeeData { EmployeeID = 10, Name = "Andrew Buchanan", Title = "Sales Representative" }
    };
}

Documentation

Support

License

This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

Showing the top 20 packages that depend on Syncfusion.Blazor.Data.

Packages Downloads
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
127
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
127
Syncfusion.Blazor.Layouts
This package provides the functionality to utilize the features of Syncfusion® Blazor Dashboard Layout and Splitter.
127
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
126
Syncfusion.Blazor.WordProcessor
This package provides the functionality to utilize the features of Syncfusion® Blazor Word Processor (Document Editor) component and more.
126
Syncfusion.Blazor.Inputs
This package provides the functionality to utilize the features of Syncfusion® Blazor Color Picker, File Upload, MaskedTextBox, NumericTextBox, Slider, TextBox and Rating.
125
Syncfusion.Blazor.Cards
This package provides the functionality to utilize the features of Syncfusion® Blazor Card component and more.
125
Syncfusion.Blazor.Lists
This package provides the functionality to utilize the features of Syncfusion® Blazor ListView component and more.
125
Syncfusion.Blazor.Charts
This package provides the functionality to utilize the features of Syncfusion® Blazor Charts component and more.
125
Syncfusion.Blazor.Grid
This package provides the functionality to utilize the features of Syncfusion® Blazor DataGrid component and more.
125
Syncfusion.Blazor.Navigations
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
80
Syncfusion.Blazor.DropDowns
This package provides the functionality to utilize the features of Syncfusion® Blazor AutoComplete, ComboBox, DropDownList, ListBox, and MultiSelect Dropdown.
79
Syncfusion.Blazor.SfPdfViewer
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF Viewer component and more.
79
Syncfusion.Blazor.Layouts
This package provides the functionality to utilize the features of Syncfusion® Blazor Dashboard Layout and Splitter.
79
Syncfusion.Blazor.Inputs
This package provides the functionality to utilize the features of Syncfusion® Blazor Color Picker, File Upload, MaskedTextBox, NumericTextBox, Slider, TextBox and Rating.
78
Syncfusion.Blazor.Lists
This package provides the functionality to utilize the features of Syncfusion® Blazor ListView component and more.
78
Syncfusion.Blazor.WordProcessor
This package provides the functionality to utilize the features of Syncfusion® Blazor Word Processor (Document Editor) component and more.
78
Syncfusion.Blazor.Grid
This package provides the functionality to utilize the features of Syncfusion® Blazor DataGrid component and more.
77
Syncfusion.Blazor.Charts
This package provides the functionality to utilize the features of Syncfusion® Blazor Charts component and more.
77
Syncfusion.Blazor.Cards
This package provides the functionality to utilize the features of Syncfusion® Blazor Card component and more.
77

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
33.1.47 0 04/06/2026
33.1.46 2 04/04/2026
33.1.45 2 04/04/2026
33.1.44 2 03/23/2026
32.2.9 125 03/13/2026
32.2.8 78 03/04/2026
32.2.7 27 02/25/2026
32.2.5 4 02/19/2026
32.2.4 4 02/19/2026
32.2.3 4 02/19/2026
32.1.25 29 01/29/2026
32.1.24 6 01/20/2026
32.1.23 31 01/14/2026
32.1.22 6 01/20/2026
32.1.21 16 12/30/2025
32.1.20 6 01/01/2026
32.1.19 6 01/01/2026
31.2.18 9 12/09/2025
31.2.16 4 12/11/2025
31.2.15 63 12/09/2025
31.2.12 4 12/11/2025
31.2.10 5 12/11/2025
31.2.5 5 12/10/2025
31.2.4 5 12/10/2025
31.2.3 5 12/10/2025
31.2.2 5 12/11/2025
31.1.23 5 12/11/2025
31.1.22 4 12/11/2025
31.1.21 5 12/09/2025
31.1.20 5 12/11/2025
31.1.19 5 12/09/2025
31.1.18 7 12/09/2025
31.1.17 7 12/09/2025
30.2.7 3 12/11/2025
30.2.6 3 12/11/2025
30.2.5 3 12/11/2025
30.2.4 4 12/11/2025
30.1.42 5 12/09/2025
30.1.41 4 12/11/2025
30.1.40 4 12/11/2025
30.1.39 4 12/11/2025
30.1.38 5 12/11/2025
30.1.37 4 12/10/2025
29.2.11 6 12/09/2025
29.2.10 5 12/09/2025
29.2.9 6 12/10/2025
29.2.8 3 12/11/2025
29.2.7 4 12/09/2025
29.2.5 4 12/11/2025
29.2.4 4 12/09/2025
29.1.41 3 12/11/2025
29.1.40 5 12/10/2025
29.1.39 4 12/10/2025
29.1.38 5 12/09/2025
29.1.37 6 12/09/2025
29.1.35 5 12/09/2025
29.1.33 4 12/11/2025
28.2.12 4 12/11/2025
28.2.11 5 12/09/2025
28.2.9 4 12/09/2025
28.2.7 3 12/11/2025
28.2.6 4 12/11/2025
28.2.5 4 12/11/2025
28.2.4 4 12/11/2025
28.2.3 5 12/11/2025
28.1.41 6 12/11/2025
28.1.39 4 12/09/2025
28.1.38 3 12/12/2025
28.1.37 7 12/09/2025
28.1.36 6 12/09/2025
28.1.35 6 12/09/2025
28.1.33 6 12/11/2025
27.2.5 4 12/11/2025
27.2.4 3 12/11/2025
27.2.3 5 12/11/2025
27.2.2 4 12/11/2025
27.1.58 6 12/10/2025
27.1.57 4 12/11/2025
27.1.56 6 12/10/2025
27.1.55 5 12/11/2025
27.1.53 5 12/09/2025
27.1.52 3 12/11/2025
27.1.51 5 12/09/2025
27.1.50 5 12/10/2025
27.1.48 4 12/10/2025
26.2.14 3 12/11/2025
26.2.13 4 12/09/2025
26.2.12 4 12/10/2025
26.2.11 4 12/11/2025
26.2.10 5 12/09/2025
26.2.9 3 12/11/2025
26.2.8 3 12/11/2025
26.2.7 4 12/10/2025
26.2.5 5 12/09/2025
26.2.4 3 12/11/2025
26.1.42 4 12/11/2025
26.1.41 5 12/10/2025
26.1.40 5 12/10/2025
26.1.39 5 12/09/2025
26.1.38 4 12/09/2025
26.1.35 6 12/09/2025
25.2.7 4 12/09/2025
25.2.6 3 12/09/2025
25.2.5 4 12/11/2025
25.2.4 3 12/11/2025
25.2.3 5 12/11/2025
25.1.42 4 12/09/2025
25.1.41 4 12/09/2025
25.1.40 6 12/10/2025
25.1.39 5 12/09/2025
25.1.38 4 12/09/2025
25.1.37 5 12/09/2025
25.1.35 5 12/11/2025
24.2.9 5 12/09/2025
24.2.8 3 12/11/2025
24.2.7 5 12/11/2025
24.2.6 4 12/11/2025
24.2.5 4 12/11/2025
24.2.4 5 12/11/2025
24.2.3 4 12/11/2025
24.1.47 5 12/09/2025
24.1.46 3 12/11/2025
24.1.45 3 12/11/2025
24.1.44 4 12/11/2025
24.1.43 4 12/09/2025
24.1.41 4 12/09/2025
23.2.7 4 12/11/2025
23.2.6 4 12/11/2025
23.2.5 5 12/11/2025
23.2.4 6 12/09/2025
23.1.44 4 12/10/2025
23.1.43 4 12/11/2025
23.1.42 4 12/11/2025
23.1.41 4 12/11/2025
23.1.40 5 12/09/2025
23.1.39 4 12/11/2025
23.1.38 3 12/12/2025
23.1.36 4 12/11/2025
22.2.12 5 12/09/2025
22.2.11 5 12/09/2025
22.2.10 4 12/09/2025
22.2.9 3 12/11/2025
22.2.8 2 12/11/2025
22.2.7 4 12/11/2025
22.2.5 4 12/11/2025
22.1.39 3 12/11/2025
22.1.38 5 12/09/2025
22.1.37 3 12/11/2025
22.1.36 5 12/11/2025
22.1.34 2 12/11/2025
21.2.10 3 12/11/2025
21.2.9 5 12/09/2025
21.2.8 5 12/11/2025
21.2.6 5 12/11/2025
21.2.5 4 12/11/2025
21.2.4 6 12/09/2025
21.2.3 5 12/11/2025
21.1.41 4 12/11/2025
21.1.39 4 12/11/2025
21.1.38 3 12/11/2025
21.1.37 5 12/11/2025
21.1.35 3 12/11/2025
20.4.0.54 3 12/11/2025
20.4.0.53 6 12/10/2025
20.4.0.52 5 12/11/2025
20.4.0.51 4 12/10/2025
20.4.0.50 3 12/11/2025
20.4.0.49 3 12/11/2025
20.4.0.48 3 12/11/2025
20.4.0.44 5 12/10/2025
20.4.0.43 4 12/11/2025
20.4.0.42 4 12/11/2025
20.4.0.41 4 12/11/2025
20.4.0.40 5 12/10/2025
20.4.0.38 4 12/10/2025
20.3.0.61 4 12/10/2025
20.3.0.60 5 12/11/2025
20.3.0.59 4 12/10/2025
20.3.0.58 4 12/10/2025
20.3.0.57 5 12/10/2025
20.3.0.56 4 12/10/2025
20.3.0.52 4 12/11/2025
20.3.0.50 3 12/11/2025
20.3.0.49 5 12/10/2025
20.3.0.48 6 12/09/2025
20.3.0.47 4 12/10/2025
20.2.0.50 4 12/09/2025
20.2.0.49 4 12/11/2025
20.2.0.48 3 12/11/2025
20.2.0.46 4 12/10/2025
20.2.0.45 4 12/09/2025
20.2.0.44 3 12/11/2025
20.2.0.43 4 12/11/2025
20.2.0.40 4 12/11/2025
20.2.0.39 5 12/11/2025
20.2.0.38 2 02/19/2026
20.2.0.36 6 12/09/2025
20.1.0.61 4 12/11/2025
20.1.0.60 5 12/09/2025
20.1.0.59 6 12/09/2025
20.1.0.58 5 12/10/2025
20.1.0.57 6 12/09/2025
20.1.0.56 5 12/10/2025
20.1.0.55 4 12/11/2025
20.1.0.52 3 12/11/2025
20.1.0.51 4 12/10/2025
20.1.0.50 3 12/11/2025
20.1.0.48 5 12/10/2025
20.1.0.47 5 12/10/2025
19.4.0.56 7 12/09/2025
19.4.0.55 5 12/09/2025
19.4.0.54 5 12/10/2025
19.4.0.53 5 12/09/2025
19.4.0.52 6 12/09/2025
19.4.0.50 6 12/09/2025
19.4.0.48 6 12/10/2025
19.4.0.47 5 12/10/2025
19.4.0.43 4 12/10/2025
19.4.0.42 6 12/10/2025
19.4.0.41 4 12/09/2025
19.4.0.40 4 12/11/2025
19.4.0.38 6 12/09/2025
19.3.0.59 4 12/10/2025
19.3.0.57 6 12/09/2025
19.3.0.56 6 12/09/2025
19.3.0.55 5 12/10/2025
19.3.0.54 5 12/09/2025
19.3.0.53 5 12/10/2025
19.3.0.48 5 12/09/2025
19.3.0.47 5 12/09/2025
19.3.0.46 6 12/09/2025
19.3.0.45 6 12/09/2025
19.3.0.44 4 12/10/2025
19.3.0.43 7 12/09/2025
19.2.0.62 5 12/09/2025
19.2.0.60 5 12/10/2025
19.2.0.59 5 12/11/2025
19.2.0.57 7 12/09/2025
19.2.0.56 7 12/09/2025
19.2.0.55 5 12/11/2025
19.2.0.51 7 12/10/2025
19.2.0.49 5 12/10/2025
19.2.0.48 6 12/09/2025
19.2.0.47 5 12/09/2025
19.2.0.46 7 12/09/2025
19.2.0.44 4 12/10/2025
19.1.0.69 5 12/11/2025
19.1.0.67 6 12/09/2025
19.1.0.66 3 12/11/2025
19.1.0.65 6 12/09/2025
19.1.0.64 5 12/10/2025
19.1.0.63 5 12/10/2025
19.1.0.59 4 12/11/2025
19.1.0.58 5 12/10/2025
19.1.0.57 6 12/10/2025
19.1.0.56 5 12/09/2025
19.1.0.55 5 12/09/2025
19.1.0.54 5 12/10/2025
18.4.0.49 4 12/10/2025
18.4.0.48 4 12/11/2025
18.4.0.47 4 12/10/2025
18.4.0.46 4 12/10/2025
18.4.0.44 4 12/11/2025
18.4.0.43 5 12/09/2025
18.4.0.42 4 12/10/2025
18.4.0.41 3 12/11/2025
18.4.0.39 6 12/09/2025
18.4.0.35 5 12/09/2025
18.4.0.34 3 12/11/2025
18.4.0.33 5 12/10/2025
18.4.0.32 6 12/09/2025
18.4.0.31 4 12/10/2025
18.4.0.30 5 12/10/2025