diff --git a/blazor-toc.html b/blazor-toc.html
index 8fdf9be507..0e9f231620 100644
--- a/blazor-toc.html
+++ b/blazor-toc.html
@@ -1837,9 +1837,10 @@
- Data Binding
+ Data Binding
Connecting to Adaptors
@@ -1847,7 +1848,7 @@
URL Adaptor
ODataV4 Adaptor
Web API Adaptor
- Custom Adaptor
+ Custom Adaptor
Connecting to Database
@@ -2013,7 +2014,7 @@
How To
-
Gantt Chart
TextBox
@@ -5304,7 +5305,7 @@
-
+
Release Notes
- 2025 Volume 1 - 29.*
- 2024 Volume 4 - 28.*
- 2024 Volume 3 - 27.*
- 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
- 2023 Volume 4 - 24.*
- 2023 Volume 3 - 23.*
- 2023 Volume 2 - 22.*
- 2023 Volume 1 - 21.*
- 2022 Volume 4 - 20.4.*
- 2022 Volume 3 - 20.3.*
- 2022 volume 2 - 20.2.*
- 2022 volume 1 - 20.1.*
- 2021 Volume 4 - 19.4.*
- 2021 volume 3 - 19.3.*
- 2021 Volume 2 - 19.2.*
- 2021 volume 1 - 19.1.*
diff --git a/blazor/datagrid/data-binding.md b/blazor/datagrid/data-binding/data-binding.md
similarity index 88%
rename from blazor/datagrid/data-binding.md
rename to blazor/datagrid/data-binding/data-binding.md
index 89d0b79826..bc2c091b90 100644
--- a/blazor/datagrid/data-binding.md
+++ b/blazor/datagrid/data-binding/data-binding.md
@@ -1,7 +1,7 @@
---
layout: post
title: Data Binding in Blazor DataGrid | Syncfusion
-description: Checkout and learn here all about Data Binding in Syncfusion Blazor DataGrid and much more.
+description: Learn how to bind data from various sources to the Syncfusion Blazor DataGrid and explore supported data binding options in detail.
platform: Blazor
control: DataGrid
documentation: ug
@@ -18,4 +18,4 @@ It supports two kinds of data binding methods:
* Local data
* Remote data
-> When using [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_DataSource) as `IEnumerable`, the component type (TValue) will be inferred from its value. When using [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) for data binding, the **TValue** must be provided explicitly in the Grid.
\ No newline at end of file
+> When using [DataSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_DataSource) as `IEnumerable`, the component type (TValue) will be inferred from its value. When using [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) for data binding, the **TValue** must be provided explicitly in the Grid.
diff --git a/blazor/datagrid/local-data.md b/blazor/datagrid/data-binding/local-data.md
similarity index 99%
rename from blazor/datagrid/local-data.md
rename to blazor/datagrid/data-binding/local-data.md
index c8442ffc4f..25ceaa8367 100644
--- a/blazor/datagrid/local-data.md
+++ b/blazor/datagrid/data-binding/local-data.md
@@ -1,7 +1,7 @@
---
layout: post
title: Local Data in Blazor DataGrid | Syncfusion
-description: Checkout and learn here all about Local Data in Syncfusion Blazor DataGrid and much more.
+description: Explore how to bind and display local data in the Syncfusion Blazor DataGrid using various approaches and customization options.
platform: Blazor
control: DataGrid
documentation: ug
@@ -1423,7 +1423,7 @@ builder.Services.AddSingleton();
The following screenshot illustrates the addition, editing, and deletion operations performed, with changes reflected across all client sides.
-
+
Please find the sample in this [GitHub location](https://github.com/SyncfusionExamples/databinding-in-blazor-datagrid/tree/master/SignalRDataGrid).
diff --git a/blazor/datagrid/images/signalR.gif b/blazor/datagrid/images/signalR.gif
new file mode 100644
index 0000000000..2b7a1274da
Binary files /dev/null and b/blazor/datagrid/images/signalR.gif differ