Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions grid-sdk/blazor/data-grid/connecting-to-ORM/dapper.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to SQL Server via Dapper | Syncfusion®
description: Bind SQL Server data to Blazor Data Grid using Dapper with complete CRUD, filtering, sorting, paging, grouping, and advanced data operations.
title: Blazor Grid SQL Server with Dapper | Syncfusion
description: Learn how to connect SQL Server with Blazor Data Grid using Dapper for CRUD operations, filtering, sorting, paging, grouping, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting SQL Server to Blazor Data Grid Using Dapper
# SQL Server with Dapper in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from SQL Server using the lightweight Dapper micro‑ORM. This modern approach provides a simpler, more direct alternative where raw SQL control is preferred.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor DataGrid with SQL using Entity Framework | Syncfusion®
description: Bind SQL Server data to Blazor DataGrid using Entity Framework core with CRUD, filtering, sorting, and paging.
title: Blazor Grid SQL Server with Entity Framework | Syncfusion
description: Learn how to connect SQL Server with Blazor Data Grid using Entity Framework Core for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting SQL Server to Blazor DataGrid via Entity Framework
# SQL Server with Entity Framework in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from SQL Server using Entity Framework Core (EF Core) with REST API endpoints via UrlAdaptor. This approach enables clean separation of UI and data layers while supporting full data operations.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Blazor DataGrid with Custom Adaptor | Syncfusion®
description: Learn about Custom Data Binding and perform CRUD operations using CustomAdaptor in Blazor DataGrid and much more details.
title: Blazor Grid Custom Binding | Syncfusion
description: Learn custom data binding in Blazor Data Grid. Explore data operations, UI customization, and CRUD handling in this step-by-step guide.
platform: grid-sdk
control: DataGrid
keywords: adaptors, CustomAdaptor, custom adaptor, remotedata, custombinding, custom binding
documentation: ug
---

# Custom Binding in Blazor DataGrid
# Custom Data Binding in Blazor Data Grid

The [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) supports custom adaptors, enabling you to perform manual operations on the data. This feature is useful for implementing custom data binding and editing operations in the Blazor DataGrid.

Expand Down Expand Up @@ -1224,4 +1224,4 @@ The following example demonstrates how to send additional parameters to the serv
}
```

![Passing Additional Parameters to Custom Adaptor in Blazor DataGrid](../images/custom-adaptor-params.webp)
![Passing Additional Parameters to Custom Adaptor in Blazor DataGrid](../images/custom-adaptor-params.webp)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid with GraphQL using Custom Adaptor | Syncfusion®
description: Build Blazor apps with GraphQL and Data Grid to enable CRUD, filtering, sorting, paging, and grouping for seamless data operations.
title: Blazor Grid GraphQL Data Binding | Syncfusion
description: Learn how to connect GraphQL with Blazor Data Grid for CRUD operations, filtering, sorting, paging, and grouping of data.
control: DataGrid
platform: grid-sdk
documentation: ug
---

# Connect Blazor DataGrid with GraphQL using Hot Chocolate
# Connect GraphQL to Blazor Data Grid

GraphQL is a query language that allows applications to request exactly the data needed, nothing more and nothing less. Unlike traditional REST APIs that return fixed data structures, GraphQL enables the client to specify the shape and content of the response.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Blazor DataGrid with ODataV4Adaptor| Syncfusion®
description: Learn about bind data and performing CRUD operations using ODataV4Adaptor in Blazor DataGrid and much more.
title: Blazor Grid OData V4 Service | Syncfusion
description: Learn how to bind OData V4 services to Blazor Data Grid and perform filtering, sorting, paging, and CRUD operations.
platform: grid-sdk
control: DataGrid
keywords: adaptors, ODataV4adaptor, ODataV4 adaptor, remotedata
documentation: ug
---

# OData Remote Data Binding in Blazor DataGrid
# OData V4 Service in Blazor Data Grid

The [ODataV4Adaptor](https://blazor.syncfusion.com/documentation/data/adaptors#odatav4-adaptor) in the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) enables seamless integration of the Grid with OData V4 services, facilitating efficient data fetching and manipulation. This guide provides detailed instructions for binding data and performing CRUD (Create, Read, Update, and Delete) actions using the `ODataV4Adaptor` in your Blazor DataGrid.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Blazor DataGrid with UrlAdaptor| Syncfusion®
description: Learn about bind data and performing CRUD operations using UrlAdaptor in Blazor DataGrid and much more details.
title: Blazor Grid REST API Binding | Syncfusion
description: Learn how to bind REST API data to Blazor Data Grid and perform CRUD operations, sorting, filtering, and paging.
platform: grid-sdk
control: DataGrid
keywords: adaptors, urladaptor, url adaptor, remotedata
documentation: ug
---

# UrlAdaptor in Blazor DataGrid
# Bind REST API Data using UrlAdaptor in Blazor Data Grid

The [UrlAdaptor](https://blazor.syncfusion.com/documentation/data/adaptors#url-adaptor) serves as the base adaptor for facilitating communication between remote data services and a UI component. It enables seamless data binding and interaction with custom API services or any remote service through URLs. The `UrlAdaptor` is particularly useful in scenarios where a custom API service with unique logic for handling data and CRUD operations is in place. This approach allows for custom handling of data, with the resultant data returned in the `result` and `count` format for display in the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Blazor DataGrid with WebApiAdaptor| Syncfusion®.
description: Learn about bind data and performing CRUD operations using WebApiAdaptor in Blazor DataGrid and much more details.
title: Blazor Grid Web API Binding | Syncfusion
description: Learn how to use WebApiAdaptor in Blazor Data Grid to connect Web API data and perform server-side paging, sorting, filtering, and CRUD operations.
platform: grid-sdk
keywords: adaptors, webapiadaptor, webapi adaptor, remotedata
control: DataGrid
documentation: ug
---

# WebApiAdaptor in Blazor DataGrid
# Bind Web API Data using WebApiAdaptor in Blazor Data Grid

The [WebApiAdaptor](https://blazor.syncfusion.com/documentation/data/adaptors#web-api-adaptor) is an extension of the [ODataAdaptor](https://blazor.syncfusion.com/documentation/data/adaptors#odata-adaptor), designed to interact with Web APIs created with OData endpoints. This adaptor ensures seamless communication between the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) and OData-endpoint-based Web APIs, enabling efficient data retrieval and manipulation. For successful integration, the endpoint must be capable of understanding OData-formatted queries sent along with the request.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to Elasticsearch | Syncfusion®
description: Bind Elasticsearch data to Blazor Data Grid using Elastic.Clients.Elasticsearch with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid Elasticsearch | Syncfusion
description: Learn how to connect Elasticsearch with Blazor Data Grid for CRUD operations, filtering, sorting, paging, and advanced data processing.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting Blazor Data Grid to Elasticsearch
# Elasticsearch in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from an Elasticsearch index using the Elastic.Clients.Elasticsearch library. This modern approach provides full-text search capabilities, advanced filtering, and high-performance data operations.

Expand Down
6 changes: 3 additions & 3 deletions grid-sdk/blazor/data-grid/connecting-to-backends/signalr.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid with Real-time Updates Using SignalR | Syncfusion®
description: Bind real-time stock market data to Blazor Data Grid using SignalR hub with complete bidirectional communication, live updates, and in-memory data operations.
title: Blazor Grid Real-time Updates Using SignalR | Syncfusion
description: Learn how to use SignalR for real-time updates in Blazor Data Grid with live data synchronization and bidirectional communication.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting Real-Time Data to Blazor Data Grid Using SignalR
# Real-time Updates using SignalR in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports real-time data binding using **SignalR**, a powerful library for bi-directional communication between servers and clients. This approach enables live data updates without page refreshes, making it ideal for applications that require instant information delivery such as stock tickers, live dashboards, and real-time notifications.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to Firebase Firestore | Syncfusion®
description: Bind Firebase Firestore data to Blazor Data Grid using Google.Cloud.Firestore with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid Firebase Firestore | Syncfusion
description: Learn how to connect Firebase Firestore with Blazor Data Grid for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting Firebase Firestore to Blazor Data Grid
# Firebase Firestore in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a Firebase Firestore database using the Google.Cloud.Firestore library. This approach provides a flexible and scalable solution for working with NoSQL cloud-based databases.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to Firebase Realtime Database | Syncfusion®
description: Bind Firebase Realtime Database data to Blazor Data Grid using REST API with complete CRUD, filtering, sorting, paging, and real-time synchronization.
title: Blazor Grid Firebase Realtime Database | Syncfusion
description: Learn how to connect Firebase Realtime Database with Blazor Data Grid for CRUD operations, filtering, sorting, paging, and live updates.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting Firebase Realtime Database to Blazor Data Grid
# Firebase Realtime Database in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a Firebase Realtime Database using the REST API. This approach provides a lightweight, language-agnostic solution for working with cloud-hosted JSON databases without requiring external SDKs.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to SQL via Entity Framework | Syncfusion®
description: Bind SQL Server data to Blazor Data Grid using Entity Framework Core with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid SQL Server with Entity Framework | Syncfusion
description: Learn how to connect SQL Server with Blazor Data Grid using Entity Framework Core for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting SQL Server to Blazor Data Grid Using Entity Framework
# SQL Server with Entity Framework in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a SQL Server database using Entity Framework Core (EF Core). This modern approach provides a more maintainable and type-safe alternative to raw SQL queries.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to MongoDB | Syncfusion®
description: Bind MongoDB data to Blazor Data Grid using MongoDB.Driver with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid MongoDB | Syncfusion
description: Learn how to connect MongoDB with Blazor Data Grid using MongoDB.Driver for CRUD operations, filtering, sorting, paging, and advanced data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting MongoDB to Blazor Data Grid Using MongoDB.Driver
# MongoDB in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a MongoDB database using the MongoDB.Driver library. This approach provides a flexible and scalable solution for working with NoSQL document databases.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid connected to MySQL via Entity Framework | Syncfusion®
description: Bind MySQL data to Blazor Data Grid using Entity Framework Core with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid MySQL Server with Entity Framework | Syncfusion
description: Learn how to connect MySQL Server with Blazor Data Grid using Entity Framework Core for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting MySQL Server to Blazor Data Grid Using Entity Framework
# MySQL Server with Entity Framework in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a MySQL Server database using Entity Framework Core (EF Core). This modern approach provides a more maintainable and type-safe alternative to raw SQL queries.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor Data Grid with PostgreSQL via Entity Framework | Syncfusion®
description: Bind PostgreSQL data to Blazor Data Grid using Entity Framework Core with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid PostgreSQL with Entity Framework | Syncfusion
description: Learn how to connect PostgreSQL with Blazor Data Grid using Entity Framework Core for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting PostgreSQL to Blazor Data Grid Using Entity Framework
# PostgreSQL with Entity Framework in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a PostgreSQL database using Entity Framework Core (EF Core). This modern approach provides a more maintainable and type-safe alternative to raw SQL queries.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Blazor DataGrid to SQLite via Entity Framework | Syncfusion®
description: Bind SQLite data to Blazor Data Grid using Entity Framework Core with complete CRUD, filtering, sorting, paging, and advanced data operations.
title: Blazor Grid SQLite with Entity Framework | Syncfusion
description: Learn how to connect SQLite with Blazor Data Grid using Entity Framework Core for CRUD operations, filtering, sorting, paging, and data management.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Connecting SQLite Server to Blazor Data Grid Using Entity Framework
# SQLite with Entity Framework in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports binding data from a SQLite Server database using Entity Framework Core (EF Core). This approach provides a lightweight, server less database solution ideal for mobile applications, desktop applications, and small-to-medium scale web applications.

Expand Down
6 changes: 3 additions & 3 deletions grid-sdk/blazor/data-grid/data-binding/data-binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Data Binding in Blazor DataGrid | Syncfusion®
description: Learn how to bind data from various sources to the Blazor DataGrid and explore supported data binding options in detail.
title: Blazor Grid Data Binding | Syncfusion
description: Learn how to bind data from various data sources in Blazor Data Grid and explore local, remote, and custom data binding options.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Data Binding in Blazor DataGrid
# Data Binding in Blazor Data Grid

Data binding is a fundamental technique that empowers the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) to integrate data into its interface, enabling the creation of dynamic and interactive Grid views. This feature is particularly valuable when working with large datasets or when data needs to be fetched remotely.

Expand Down
6 changes: 3 additions & 3 deletions grid-sdk/blazor/data-grid/data-binding/local-data.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Local Data in Blazor DataGrid | Syncfusion®
description: Explore how to bind and display local data in the Blazor DataGrid using various approaches and customization options.
title: Blazor Grid Local Data Binding | Syncfusion
description: Bind and display local data in a Blazor Data Grid with Syncfusion. Learn how to configure data binding and present data efficiently.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Local data in Blazor DataGrid
# Local Data in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) provides straightforward methods to bind and display data that is available within your Blazor application's memory. This is particularly useful for scenarios involving static datasets, pre-loaded information, or data that does not require server-side operations for common Grid features.

Expand Down
6 changes: 3 additions & 3 deletions grid-sdk/blazor/data-grid/data-binding/remote-data.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Remote Data in Blazor DataGrid | Syncfusion®
description: Explore remote data integration in Syncfusion® Blazor DataGrid, including setup, binding options, and advanced features.
title: Blazor Grid Remote Data Integration and Binding | Syncfusion
description: Learn how to integrate remote data in Blazor Data Grid, configure supported data sources, customize binding options, and advanced data operations efficiently.
platform: grid-sdk
control: DataGrid
documentation: ug
---

# Remote Data in Blazor DataGrid
# Remote Data in Blazor Data Grid

The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) supports remote data binding for seamless interaction with external services such as **OData**, **Web API**, **RESTful endpoints**, or **GraphQL**. Remote data binding is configured using [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) by specifying the service endpoint and adaptor type.

Expand Down