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. MAUI DataGrid 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.
  1. Add the required assembly references as discussed in the DataGrid and PullToRefresh.
  2. Import PullToRefresh and DataGrid control namespace as follows.
  3. diff --git a/MAUI/DataGrid/row-drag-and-drop.md b/MAUI/DataGrid/row-drag-and-drop.md index 2d493853d8..5578ca5a68 100644 --- a/MAUI/DataGrid/row-drag-and-drop.md +++ b/MAUI/DataGrid/row-drag-and-drop.md @@ -12,7 +12,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) control allows you to drag and drop rows by setting the [SfDataGrid.AllowDraggingRow](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_AllowDraggingRow) property to `true`. Dragging is enabled by long pressing and dragging a row on mobile platforms and by clicking and dragging on desktop platforms. A row drag view is displayed during the drag operation. You can handle drag-and-drop operations based on your requirements by using the [SfDataGrid.QueryRowDragging](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_QueryRowDragging) event. -To quickly get started with row drag and drop in .NET MAUI DataGrid, watch this video: +To quickly get started with row drag and drop in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), watch this video: diff --git a/MAUI/DataGrid/selection.md b/MAUI/DataGrid/selection.md index c954b66eed..df629b9918 100644 --- a/MAUI/DataGrid/selection.md +++ b/MAUI/DataGrid/selection.md @@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne The MAUI DataGrid [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.html) allows you to select one or more rows based on the [SelectionMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridSelectionMode.html). -To get start quickly with perform selection in .NET MAUI DataGrid, you can check on this video: +To get start quickly with perform selection in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video: diff --git a/MAUI/DataGrid/sorting.md b/MAUI/DataGrid/sorting.md index ed5cadd851..0e086cf53e 100644 --- a/MAUI/DataGrid/sorting.md +++ b/MAUI/DataGrid/sorting.md @@ -12,7 +12,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) provides the built-in support to sort one or more columns by using the [SfDataGrid.SortingMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_SortingMode) property. When sorting is applied, the data grid automatically rearranges the data to match the current sort criteria. Sort the data by tapping the column header. Once sorting is applied, the data grid shows a sort icon in the respective column header indicating the sort direction. -To get start quickly with sorting in .NET MAUI DataGrid, you can check on this video: +To get start quickly with sorting in [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video: diff --git a/MAUI/DataGrid/styling.md b/MAUI/DataGrid/styling.md index 3da1cfb527..b73db64313 100644 --- a/MAUI/DataGrid/styling.md +++ b/MAUI/DataGrid/styling.md @@ -12,7 +12,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne The [DataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.html) applies style for all of its elements by setting desired values to the style properties in [SfDataGrid.DefaultStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_DefaultStyleProperty). This property has all the required styling properties for each and every elements in the DataGrid. -To get start quickly with apply styling .NET MAUI DataGrid, you can check on this video: +To get start quickly with apply styling [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid), you can check on this video: diff --git a/MAUI/DataGrid/unbound-row.md b/MAUI/DataGrid/unbound-row.md index 226bbba236..d1014aec8a 100644 --- a/MAUI/DataGrid/unbound-row.md +++ b/MAUI/DataGrid/unbound-row.md @@ -11,7 +11,7 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne # Unbound Row in .NET MAUI DataGrid (SfDataGrid) -The .NET MAUI DataGrid allows you to add **additional rows** at top and also bottom of the DataGrid which are **not bound with data object** of underlying data source. You can add unbound rows using [SfDataGrid.UnboundRows](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_UnboundRows) collection property. You can add any no of unbound rows to the DataGrid. Unbound rows can also be exported to pdf and excel documents. +The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) allows you to add **additional rows** at top and also bottom of the DataGrid which are **not bound with data object** of underlying data source. You can add unbound rows using [SfDataGrid.UnboundRows](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_UnboundRows) collection property. You can add any no of unbound rows to the DataGrid. Unbound rows can also be exported to pdf and excel documents. {% tabs %} {% highlight xaml %}