diff --git a/MAUI/DataGrid/AI-driven-anomaly-detection.md b/MAUI/DataGrid/AI-driven-anomaly-detection.md
index c3cb3fa545..811bf4f16a 100644
--- a/MAUI/DataGrid/AI-driven-anomaly-detection.md
+++ b/MAUI/DataGrid/AI-driven-anomaly-detection.md
@@ -98,7 +98,7 @@ The **AzureOpenAIService** class now offers a convenient way to interact with th
## Integrating AI-driven anomaly detection in .NET MAUI DataGrid
-To design an AI-powered anomaly detection UI using the `.NET MAUI DataGrid` control, you can style cells dynamically based on anomaly detection logic and visualize outliers in real-time. Before proceeding, please refer to the getting started documentation for the Syncfusion .NET MAUI DataGrid control.
+To design an AI-powered anomaly detection UI using the `.NET MAUI DataGrid` control, you can style cells dynamically based on anomaly detection logic and visualize outliers in real-time. Before proceeding, please refer to the getting started documentation for the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) control.
### Step 1: Create the DataGrid layout
diff --git a/MAUI/DataGrid/AI-driven-predictive-data-entry.md b/MAUI/DataGrid/AI-driven-predictive-data-entry.md
index f98edeb906..4248469564 100644
--- a/MAUI/DataGrid/AI-driven-predictive-data-entry.md
+++ b/MAUI/DataGrid/AI-driven-predictive-data-entry.md
@@ -98,7 +98,7 @@ The **AzureOpenAIService** class now offers a convenient way to interact with th
## Integrating AI-driven predictive data entry in .NET MAUI DataGrid
-To design an AI-powered predictive data entry experience using the Syncfusion .NET MAUI DataGrid control, you can leverage AI services to suggest or auto-fill values based on historical patterns and user input. Before proceeding, please refer to the getting started documentation for the Syncfusion .NET MAUI DataGrid control.
+To design an AI-powered predictive data entry experience using the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) control, you can leverage AI services to suggest or auto-fill values based on historical patterns and user input. Before proceeding, please refer to the getting started documentation for the .NET MAUI DataGrid control.
### Step 1: Create the DataGrid layout
diff --git a/MAUI/DataGrid/Column-sizing.md b/MAUI/DataGrid/Column-sizing.md
index c81243f76f..9531b791fa 100644
--- a/MAUI/DataGrid/Column-sizing.md
+++ b/MAUI/DataGrid/Column-sizing.md
@@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
The [.NET MAUI DataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) allows you to set the column widths based on certain logics using the [SfDataGrid.ColumnWidthMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_ColumnWidthMode) or [DataGridColumn.ColumnWidthMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridColumn.html#Syncfusion_Maui_DataGrid_DataGridColumn_ColumnWidthMode) property.
-To get start quickly with column sizing in .NET MAUI DataGrid, you can check on this video:
+To get start quickly with column sizing in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video:
diff --git a/MAUI/DataGrid/Getting-started.md b/MAUI/DataGrid/Getting-started.md
index ca5dcf7ddf..1cab59e1c5 100644
--- a/MAUI/DataGrid/Getting-started.md
+++ b/MAUI/DataGrid/Getting-started.md
@@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
This section provides a quick overview for working with the [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) for .NET MAUI. Follow the steps below to add a basic DataGrid to your project.
-To quickly get started with the .NET MAUI DataGrid, watch this video:
+To quickly get started with the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), watch this video:
diff --git a/MAUI/DataGrid/Stacked-Header.md b/MAUI/DataGrid/Stacked-Header.md
index 44751b0955..547537d40a 100644
--- a/MAUI/DataGrid/Stacked-Header.md
+++ b/MAUI/DataGrid/Stacked-Header.md
@@ -10,7 +10,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
# Stacked Headers in MAUI DataGrid (SfDataGrid)
-The [.NET MAUI DataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) supports displaying additional unbound, multiple/multilevel header rows known as [StackedHeaderRows](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_StackedHeaderRows) that spans across the DataGrid columns. You can group one or more columns under each stacked header.
+The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) supports displaying additional unbound, multiple/multilevel header rows known as [StackedHeaderRows](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_StackedHeaderRows) that spans across the DataGrid columns. You can group one or more columns under each stacked header.
Each [StackedHeaderRow](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStackedHeaderRow.html) contains [Columns](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStackedHeaderRow.html#Syncfusion_Maui_DataGrid_DataGridStackedHeaderRow_Columns), which contains a number of child columns. The [DataGridStackedColumn.ColumnMappingNames](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStackedColumn.html#Syncfusion_Maui_DataGrid_DataGridStackedColumn_ColumnMappingNames) property contains the columns grouped under the stacked header row. The [DataGridStackedColumn.MappingName](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStackedColumn.html#Syncfusion_Maui_DataGrid_DataGridStackedColumn_MappingName) is a unique name used for mapping a specific child column grouped under the same stacked header row, whereas the [DataGridStackedColumn.Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStackedColumn.html#Syncfusion_Maui_DataGrid_DataGridStackedColumn_Text) contains the text displayed in the stacked header row.
diff --git a/MAUI/DataGrid/Unbound-Column.md b/MAUI/DataGrid/Unbound-Column.md
index 4b81c2e9d0..7bf3267ace 100644
--- a/MAUI/DataGrid/Unbound-Column.md
+++ b/MAUI/DataGrid/Unbound-Column.md
@@ -257,4 +257,4 @@ private void DataGrid_QueryUnboundColumnValue(object? sender, DataGridUnboundCol
}
}
{% endhighlight %}
-{% endtabs %}
\ No newline at end of file
+{% endtabs %}
diff --git a/MAUI/DataGrid/addNew-row.md b/MAUI/DataGrid/addNew-row.md
index efdd1db0e9..11a11f9879 100644
--- a/MAUI/DataGrid/addNew-row.md
+++ b/MAUI/DataGrid/addNew-row.md
@@ -10,7 +10,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
# Add New Row in MAUI DataGrid (SfDataGrid)
-DataGrid provides built-in row (called AddNewRow) that allows user to add new records to underlying collection. Built-in add new row can be enabled or disabled by setting [SfDataGrid.AddNewRowPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_AddNewRowPosition) property. AddNewRowPosition also denotes the position of add new row in DataGrid.
+The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) provides built-in row (called AddNewRow) that allows user to add new records to underlying collection. Built-in add new row can be enabled or disabled by setting [SfDataGrid.AddNewRowPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_AddNewRowPosition) property. AddNewRowPosition also denotes the position of add new row in DataGrid.
When you start editing in AddNewRow, the SfDataGrid control creates an instance for the underlying data object and adds it to underlying collection when editing completed.
diff --git a/MAUI/DataGrid/column-drag-and-drop.md b/MAUI/DataGrid/column-drag-and-drop.md
index 3c654c88a1..6b89c625e4 100644
--- a/MAUI/DataGrid/column-drag-and-drop.md
+++ b/MAUI/DataGrid/column-drag-and-drop.md
@@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
The SfDataGrid allows you to drag and drop a column header by setting the [SfDataGrid.AllowDraggingColumn](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_AllowDraggingColumn) property to `true.` A drag view is displayed while dragging a column header. You can handle drag and drop operations based on your requirements by using the [SfDataGrid.QueryColumnDragging](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_QueryColumnDragging) event.
-To quickly get started with column drag and drop in .NET MAUI DataGrid, watch this video:
+To quickly get started with column drag and drop in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), watch this video:
diff --git a/MAUI/DataGrid/columns.md b/MAUI/DataGrid/columns.md
index 83edb6c58b..8f883b0820 100644
--- a/MAUI/DataGrid/columns.md
+++ b/MAUI/DataGrid/columns.md
@@ -15,7 +15,7 @@ The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.Sf
* Automatically generating columns
* Manually defining columns
-To get start quickly with column manipulation in .NET MAUI DataGrid, you can check on this video:
+To get start quickly with column manipulation in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video:
diff --git a/MAUI/DataGrid/conditional-styling.md b/MAUI/DataGrid/conditional-styling.md
index d3484d7976..3ad4fd8b50 100644
--- a/MAUI/DataGrid/conditional-styling.md
+++ b/MAUI/DataGrid/conditional-styling.md
@@ -11,7 +11,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
# Conditional Styling in .NET MAUI DataGrid (SfDataGrid)
The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.html) allows you to customize the style of the individual cells and rows based on the requirements.
-To get start quickly with apply conditional styling in .NET MAUI DataGrid, you can check on this video:
+To get start quickly with apply conditional styling in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video:
diff --git a/MAUI/DataGrid/data-validation.md b/MAUI/DataGrid/data-validation.md
index 8071fff842..52dff1173f 100644
--- a/MAUI/DataGrid/data-validation.md
+++ b/MAUI/DataGrid/data-validation.md
@@ -24,7 +24,7 @@ Built-in validations through `IDataErrorInfo` and `INotifyDataErrorInfo`, can be
## Built-in validation using IDataErrorInfo / INotifyDataErrorInfo
-.NET MAUI DataGrid (SfDataGrid) provides support to validate the data based on [IDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.idataerrorinfo?view=net-9.0) / [INotifyDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifydataerrorinfo?view=net-9.0).
+[.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) (SfDataGrid) provides support to validate the data based on [IDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.idataerrorinfo?view=net-9.0) / [INotifyDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifydataerrorinfo?view=net-9.0).
### Using IDataErrorInfo
diff --git a/MAUI/DataGrid/export-to-pdf.md b/MAUI/DataGrid/export-to-pdf.md
index e727a62444..8b0afbbe20 100644
--- a/MAUI/DataGrid/export-to-pdf.md
+++ b/MAUI/DataGrid/export-to-pdf.md
@@ -11,7 +11,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) offers comprehensive support for exporting data to PDF, providing a range of customization options to suit your specific needs. This feature allows you to personalize the exported PDF's appearance, exclude specific columns or headers, and even define custom row heights and column widths, among other possibilities.
-To quickly get started with export to PDF in .NET MAUI DataGrid, watch this video:
+To quickly get started with export to PDF in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), watch this video:
diff --git a/MAUI/DataGrid/filtering.md b/MAUI/DataGrid/filtering.md
index 1ea8911001..8cae1bff33 100644
--- a/MAUI/DataGrid/filtering.md
+++ b/MAUI/DataGrid/filtering.md
@@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
Filtering is the process of retrieving the values from the collection which satisfy the specified condition. The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) provides the view filtering support.
-To get start quickly with filtering in .NET MAUI DataGrid, you can check on this video:
+To get start quickly with filtering in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video:
diff --git a/MAUI/DataGrid/freeze-panes.md b/MAUI/DataGrid/freeze-panes.md
index d2c5da83b2..3a3a1fba8e 100644
--- a/MAUI/DataGrid/freeze-panes.md
+++ b/MAUI/DataGrid/freeze-panes.md
@@ -10,7 +10,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
# Freeze panes in MAUI DataGrid (SfDataGrid)
-In the [Syncfusion® .NET MAUI DataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) (SfDataGrid) control, you can freeze rows and columns in view, similar to Excel. You can freeze rows and columns by setting the following properties:
+In the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid)(SfDataGrid) control, you can freeze rows and columns in view, similar to Excel. You can freeze rows and columns by setting the following properties:
| Property name | Description |
|---------------|-------------|
diff --git a/MAUI/DataGrid/grid-events.md b/MAUI/DataGrid/grid-events.md
index 91294c3a79..5955f77db6 100644
--- a/MAUI/DataGrid/grid-events.md
+++ b/MAUI/DataGrid/grid-events.md
@@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
## Cell Tap Events
-The `Datagrid` provides the following events for handling interactions with the cells.
+The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) provides the following events for handling interactions with the cells.
* [CellTapped](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_CellTapped) : Called when a tap on a cell has occurred.
* [CellDoubleTapped](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_CellDoubleTapped) : Called when the user has tapped a cell with a primary button at the same cell twice in quick succession.
diff --git a/MAUI/DataGrid/liquid-glass-effect.md b/MAUI/DataGrid/liquid-glass-effect.md
index 08a0e95fb2..1489df69c1 100644
--- a/MAUI/DataGrid/liquid-glass-effect.md
+++ b/MAUI/DataGrid/liquid-glass-effect.md
@@ -9,7 +9,7 @@ documentation: ug
# Liquid Glass Effect in .NET MAUI DataGrid (SfDataGrid)
-The Liquid Glass Effect introduces a modern, translucent design with adaptive color tinting and light refraction, creating a sleek, glass like user experience that remains clear and accessible. This section explains how to enable and customize the effect in the Syncfusion® .NET MAUI DataGrid (SfDataGrid) control.
+The Liquid Glass Effect introduces a modern, translucent design with adaptive color tinting and light refraction, creating a sleek, glass like user experience that remains clear and accessible. This section explains how to enable and customize the effect in the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) (SfDataGrid) control.
## Apply liquid glass effect
diff --git a/MAUI/DataGrid/overview.md b/MAUI/DataGrid/overview.md
index 530f650903..8c3b9ae9d5 100644
--- a/MAUI/DataGrid/overview.md
+++ b/MAUI/DataGrid/overview.md
@@ -10,7 +10,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
# .NET MAUI DataGrid (SfDataGrid) Overview
-The .NET MAUI DataGrid control is used to display and manipulate data in a tabular view. It was built from the ground up to achieve the best possible performance, even when loading large amounts of data.
+The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) control is used to display and manipulate data in a tabular view. It was built from the ground up to achieve the best possible performance, even when loading large amounts of data.
diff --git a/MAUI/DataGrid/pull-to-refresh.md b/MAUI/DataGrid/pull-to-refresh.md
index cde16d895b..5a131da3dd 100644
--- a/MAUI/DataGrid/pull-to-refresh.md
+++ b/MAUI/DataGrid/pull-to-refresh.md
@@ -156,7 +156,7 @@ To customize the various properties of SfPullToRefresh, refer to this [documenta
## Host .NET MAUI DataGrid as pullable content
-The `PullToRefresh` control provides support for loading any custom control as pullable content. To host the .NET MAUI Datagrid inside the PullToRefresh, follow these steps.
+The `PullToRefresh` control provides support for loading any custom control as pullable content. To host the [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) inside the PullToRefresh, follow these steps.