diff --git a/wpf/Classic/GridData/Getting-Started.md b/wpf/Classic/GridData/Getting-Started.md index 2170013947..7d5fdb48f1 100644 --- a/wpf/Classic/GridData/Getting-Started.md +++ b/wpf/Classic/GridData/Getting-Started.md @@ -1226,4 +1226,6 @@ To view samples: 2. Click Run Samples for WPF under User Interface Edition panel. 3. Select GridTreeControl. 4. Expand the Data Population Features item in the Sample Browser. -5. Select Data View Binding Demo to launch the sample. \ No newline at end of file +5. Select Data View Binding Demo to launch the sample. + +N> Looking for the full WPF Data Grid component overview, features, pricing, and documentation? Visit the [WPF Data Grid](https://www.syncfusion.com/wpf-controls/datagrid) page. \ No newline at end of file diff --git a/wpf/Classic/GridData/GridDataControl.md b/wpf/Classic/GridData/GridDataControl.md index af029f835c..98fe9083e3 100644 --- a/wpf/Classic/GridData/GridDataControl.md +++ b/wpf/Classic/GridData/GridDataControl.md @@ -35,3 +35,4 @@ The following sections elaborate the properties of the GridData control: * Performance-High performance of the Grid with large amount of data is discussed in this section * Real Time Application-Illustrates how to employ the grid in portfolio applications +N> Looking for the full WPF Data Grid component overview, features, pricing, and documentation? Visit the [WPF Data Grid](https://www.syncfusion.com/wpf-controls/datagrid) page. \ No newline at end of file diff --git a/wpf/Classic/GridData/Overview.md b/wpf/Classic/GridData/Overview.md index 8c1fed46b3..7372e5d8c1 100644 --- a/wpf/Classic/GridData/Overview.md +++ b/wpf/Classic/GridData/Overview.md @@ -154,4 +154,6 @@ The GridData control contains a number of features for managing data effectively The GridData control has a rich selection of over 14 built-in styles that provide an attractive look and feel for the grid. The GridData control also allows you to customize all aspects of grid appearance by using Microsoft Expression Blend. - \ No newline at end of file + + +N> Looking for the full WPF Data Grid component overview, features, pricing, and documentation? Visit the [WPF Data Grid](https://www.syncfusion.com/wpf-controls/datagrid) page. \ No newline at end of file diff --git a/wpf/DataGrid/Column-Types.md b/wpf/DataGrid/Column-Types.md index 75bc28358e..9dbecfdb05 100644 --- a/wpf/DataGrid/Column-Types.md +++ b/wpf/DataGrid/Column-Types.md @@ -9,7 +9,7 @@ documentation: ug # Column Types in WPF DataGrid (SfDataGrid) -SfDataGrid provides support for various built-in column types. Each column has its own properties and renderer to handle different types of data. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides support for various built-in column types. Each column has its own properties and renderer to handle different types of data. You can also add or override existing columns and renderers as you need. diff --git a/wpf/DataGrid/Conditional-Styling.md b/wpf/DataGrid/Conditional-Styling.md index b46338dcdf..60b2ff5201 100644 --- a/wpf/DataGrid/Conditional-Styling.md +++ b/wpf/DataGrid/Conditional-Styling.md @@ -9,7 +9,7 @@ documentation: ug # Conditional Styling in WPF DataGrid (SfDataGrid) -You can style the DataGrid and its inner elements (cells, rows and columns) conditionally based on data in three ways, +You can style the [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) and its inner elements (cells, rows and columns) conditionally based on data in three ways, 1. Using Converter 2. Using Data Triggers diff --git a/wpf/DataGrid/Data-Manipulation.md b/wpf/DataGrid/Data-Manipulation.md index 9a43a955d9..b81a536c90 100644 --- a/wpf/DataGrid/Data-Manipulation.md +++ b/wpf/DataGrid/Data-Manipulation.md @@ -9,7 +9,7 @@ documentation: ug # CRUD Operations in WPF DataGrid (SfDataGrid) -DataGrid listens and responds to the CRUD operations such as add, delete and data update (property change) at runtime. Also, it supports [editing](https://help.syncfusion.com/wpf/datagrid/editing), [add new row](https://help.syncfusion.com/wpf/datagrid/data-manipulation#built-in-addnewrow), [delete row](https://help.syncfusion.com/wpf/datagrid/data-manipulation#deletion) by pressing Delete key. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) listens and responds to the CRUD operations such as add, delete and data update (property change) at runtime. Also, it supports [editing](https://help.syncfusion.com/wpf/datagrid/editing), [add new row](https://help.syncfusion.com/wpf/datagrid/data-manipulation#built-in-addnewrow), [delete row](https://help.syncfusion.com/wpf/datagrid/data-manipulation#deletion) by pressing Delete key. ## Managing data updates diff --git a/wpf/DataGrid/Editing.md b/wpf/DataGrid/Editing.md index 73c4ce9100..9201ec5fb9 100644 --- a/wpf/DataGrid/Editing.md +++ b/wpf/DataGrid/Editing.md @@ -433,7 +433,7 @@ void dataGrid_CurrentCellBeginEdit(object sender, Syncfusion.UI.Xaml.Grid.Curren ## Cell click events -WPF DataGrid provides `CellTapped` and `CellDoubleTapped` events to handle cell click actions. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides `CellTapped` and `CellDoubleTapped` events to handle cell click actions. ### Cell tapped event diff --git a/wpf/DataGrid/Export-To-PDF.md b/wpf/DataGrid/Export-To-PDF.md index 7ee89e62f6..d65d4c7d66 100644 --- a/wpf/DataGrid/Export-To-PDF.md +++ b/wpf/DataGrid/Export-To-PDF.md @@ -9,7 +9,7 @@ documentation: ug # Export To PDF in WPF DataGrid (SfDataGrid) -DataGrid provides support to export data to PDF file. It also provides support for grouping, filtering, sorting, paging, unbound rows, merged cells, stacked headers and details View while exporting. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides support to export data to PDF file. It also provides support for grouping, filtering, sorting, paging, unbound rows, merged cells, stacked headers and details View while exporting. The following assemblies needs to be added for exporting to PDF file. diff --git a/wpf/DataGrid/FilterRow.md b/wpf/DataGrid/FilterRow.md index 6175a0113b..18edee392e 100644 --- a/wpf/DataGrid/FilterRow.md +++ b/wpf/DataGrid/FilterRow.md @@ -8,7 +8,7 @@ documentation: ug --- # Filter Row in WPF DataGrid (SfDataGrid) -SfDataGrid provides built-in row (called FilterRow) to filter the records. You can enable the FilterRow by specifying the position where it should be displayed by setting [SfDataGrid.FilterRowPosition](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.FilterRowPosition.html) property. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides built-in row (called FilterRow) to filter the records. You can enable the FilterRow by specifying the position where it should be displayed by setting [SfDataGrid.FilterRowPosition](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.FilterRowPosition.html) property. {% tabs %} {% highlight xaml %} diff --git a/wpf/DataGrid/Filtering.md b/wpf/DataGrid/Filtering.md index 4a0e41aa95..0230eb4e0a 100644 --- a/wpf/DataGrid/Filtering.md +++ b/wpf/DataGrid/Filtering.md @@ -7,7 +7,7 @@ control: SfDataGrid documentation: ug --- # Filtering in WPF DataGrid (SfDataGrid) -Filtering is the process of retrieving the values from the collection which satisfy the specified condition. In the SfDataGrid the filtering can be applied though the UI as well as the programmatic filters. +Filtering is the process of retrieving the values from the collection which satisfy the specified condition. In the [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) the filtering can be applied though the UI as well as the programmatic filters. ## Programmatic filtering diff --git a/wpf/DataGrid/Getting-Started.md b/wpf/DataGrid/Getting-Started.md index 5660541f67..b3f3788366 100644 --- a/wpf/DataGrid/Getting-Started.md +++ b/wpf/DataGrid/Getting-Started.md @@ -613,3 +613,5 @@ SfDataGrid supports various built-in themes. Refer to the below links to apply t * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)  + +N> Looking for the full WPF Data Grid component overview, features, pricing, and documentation? Visit the [WPF Data Grid](https://www.syncfusion.com/wpf-controls/datagrid) page. diff --git a/wpf/DataGrid/GridLines.md b/wpf/DataGrid/GridLines.md index 0ef77e5f9d..3cff02cfb4 100644 --- a/wpf/DataGrid/GridLines.md +++ b/wpf/DataGrid/GridLines.md @@ -9,7 +9,7 @@ documentation: ug # Grid Lines customization in WPF DataGrid (SfDataGrid) -SfDataGrid allows you to customize the grid lines visibility to vertical, horizontal, both or none. To achieve this, use the following properties. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to customize the grid lines visibility to vertical, horizontal, both or none. To achieve this, use the following properties. [SfDataGrid.GridLinesVisibility](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_GridLinesVisibility): To set the border lines for the cells other than header and stacked header cells. [SfDataGrid.HeaderLinesVisibility](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_HeaderLinesVisibility): To set the border lines only for header and stacked header cells. diff --git a/wpf/DataGrid/Helpers.md b/wpf/DataGrid/Helpers.md index 8c04360441..25aab77d9e 100644 --- a/wpf/DataGrid/Helpers.md +++ b/wpf/DataGrid/Helpers.md @@ -11,7 +11,7 @@ documentation: ug ## IndexResolver -SfDataGrid has [GridIndexResolver](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridIndexResolver.html) static class present in [Syncfusion.UI.Xaml.Grid](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.html) namespace that has some extension methods used to Resolve from row or column index to record or visible column index and `vice versa`. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) has [GridIndexResolver](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridIndexResolver.html) static class present in [Syncfusion.UI.Xaml.Grid](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.html) namespace that has some extension methods used to Resolve from row or column index to record or visible column index and `vice versa`. ## Example: You can find the record index from row index using ResolveToRecordIndex method. diff --git a/wpf/DataGrid/Interactive-Features.md b/wpf/DataGrid/Interactive-Features.md index a7f92cf0ce..e3ade80acc 100644 --- a/wpf/DataGrid/Interactive-Features.md +++ b/wpf/DataGrid/Interactive-Features.md @@ -11,7 +11,7 @@ documentation: ug ## Column Chooser -SfDataGrid allows you to show and hide the Columns from the view at runtime via drag and drop using `ColumnChooser`. You can enable a column chooser in an application by creating an instance for `GridColumnChooserController` and assign to `SfDataGrid.GridColumnDragDropController`. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to show and hide the Columns from the view at runtime via drag and drop using `ColumnChooser`. You can enable a column chooser in an application by creating an instance for `GridColumnChooserController` and assign to `SfDataGrid.GridColumnDragDropController`. While dropping columns in `ColumnChooser` window, the particular column will be hidden by setting `GridColumn.IsHidden` as `true`. diff --git a/wpf/DataGrid/Localization.md b/wpf/DataGrid/Localization.md index 3a46142b5f..9195f03480 100644 --- a/wpf/DataGrid/Localization.md +++ b/wpf/DataGrid/Localization.md @@ -10,7 +10,7 @@ documentation: ug # Localization in WPF DataGrid (SfDataGrid) -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the SfDataGrid by adding [resource](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)) file. Application culture can be changed by setting [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=net-7.0&redirectedfrom=MSDN#System_Globalization_CultureInfo_CurrentUICulture) before `InitializeComponent()` method. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) by adding [resource](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)) file. Application culture can be changed by setting [CurrentUICulture](https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=net-7.0&redirectedfrom=MSDN#System_Globalization_CultureInfo_CurrentUICulture) before `InitializeComponent()` method. Below application culture changed to German. diff --git a/wpf/DataGrid/Master-Details-View.md b/wpf/DataGrid/Master-Details-View.md index ab01c0e3dd..c138fed24d 100644 --- a/wpf/DataGrid/Master-Details-View.md +++ b/wpf/DataGrid/Master-Details-View.md @@ -9,7 +9,7 @@ documentation: ug # Master Details View in WPF DataGrid (SfDataGrid) -DataGrid provides support to represent the hierarchical data in the form of nested tables using Master-Details View. You can expand or collapse the nested tables ([DetailsViewDataGrid](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.DetailsViewDataGrid.html)) by using an expander in a row or programmatically. The number of tables nested with relations is unlimited. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides support to represent the hierarchical data in the form of nested tables using Master-Details View. You can expand or collapse the nested tables ([DetailsViewDataGrid](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.DetailsViewDataGrid.html)) by using an expander in a row or programmatically. The number of tables nested with relations is unlimited.  diff --git a/wpf/DataGrid/Merge-Cells.md b/wpf/DataGrid/Merge-Cells.md index 8e4878f84e..f8598fc310 100644 --- a/wpf/DataGrid/Merge-Cells.md +++ b/wpf/DataGrid/Merge-Cells.md @@ -9,7 +9,7 @@ documentation: ug # Merge Cells in WPF DataGrid (SfDataGrid) -DataGrid allows you to merge the range of adjacent cells using [QueryCoveredRange](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_QueryCoveredRange) event. Merged cells can be exported and printed. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to merge the range of adjacent cells using [QueryCoveredRange](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_QueryCoveredRange) event. Merged cells can be exported and printed. `QueryCoveredRange` event occurs when each cell gets arranged and the custom range will be stored for visible rows and columns in [SfDataGrid.CoveredCells](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_CoveredCells). This event is not fired for the cells that are not visible and also for the cells that are already in `SfDataGrid.CoveredCells`. When scrolling the merged range will be added for newly added rows & columns through this event and also removed for the rows & columns which are out of view. diff --git a/wpf/DataGrid/Overview.md b/wpf/DataGrid/Overview.md index 31a3528fe4..37ec390b18 100644 --- a/wpf/DataGrid/Overview.md +++ b/wpf/DataGrid/Overview.md @@ -9,7 +9,7 @@ documentation: ug # WPF DataGrid (SfDataGrid) Overview -The SfDataGrid (DataGrid) control for WPF is used to display collection of data in rows and columns. The SfDataGrid control includes editing, exporting and data shaping features (sorting, grouping, filtering and etc) that allows the end users to easily manage the data. +The [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid) control for WPF is used to display collection of data in rows and columns. The SfDataGrid control includes editing, exporting and data shaping features (sorting, grouping, filtering and etc) that allows the end users to easily manage the data. Following are the key features of SfDataGrid control @@ -278,4 +278,4 @@ for the actual data objects that are bound to the DataGrid. For small collection - +N> Looking for the full WPF Data Grid component overview, features, pricing, and documentation? Visit the [WPF Data Grid](https://www.syncfusion.com/wpf-controls/datagrid) page. diff --git a/wpf/DataGrid/Paging.md b/wpf/DataGrid/Paging.md index ed510f8f38..7917c540a3 100644 --- a/wpf/DataGrid/Paging.md +++ b/wpf/DataGrid/Paging.md @@ -9,7 +9,7 @@ documentation: ug # Paging in WPF DataGrid (SfDataGrid) -SfDataGrid provides support to manipulate the data using SfDataPager control. You can refer [SfDataPager](https://help.syncfusion.com/wpf/datapager/overview) control user guide for more information. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides support to manipulate the data using SfDataPager control. You can refer [SfDataPager](https://help.syncfusion.com/wpf/datapager/overview) control user guide for more information. ## Getting started diff --git a/wpf/DataGrid/Performance.md b/wpf/DataGrid/Performance.md index 0afe72f7b5..4c98da7ca6 100644 --- a/wpf/DataGrid/Performance.md +++ b/wpf/DataGrid/Performance.md @@ -9,7 +9,7 @@ documentation: ug # Performance in WPF DataGrid (SfDataGrid) -SfDataGrid provides various built-in options to optimize the performance when handling large amount of data or high frequency updates. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides various built-in options to optimize the performance when handling large amount of data or high frequency updates. ## Improving scrolling performance diff --git a/wpf/DataGrid/Serialization-and-Deserialization.md b/wpf/DataGrid/Serialization-and-Deserialization.md index c227964184..d37b576bfd 100644 --- a/wpf/DataGrid/Serialization-and-Deserialization.md +++ b/wpf/DataGrid/Serialization-and-Deserialization.md @@ -9,7 +9,7 @@ documentation: ug # Serialization and Deserialization in WPF DataGrid -SfDataGrid allows you to serialize and deserialize the SfDataGrid settings using [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0). +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to serialize and deserialize the SfDataGrid settings using [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0). ## Serialization You can serialize the SfDataGrid by using [SfDataGrid.Serialize](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_Serialize_System_IO_Stream_) method which exports the current DataGrid control properties to an XML file. diff --git a/wpf/DataGrid/Summaries.md b/wpf/DataGrid/Summaries.md index 41dca733fb..2686ef9981 100644 --- a/wpf/DataGrid/Summaries.md +++ b/wpf/DataGrid/Summaries.md @@ -10,7 +10,7 @@ documentation: ug # Summaries in WPF DataGrid (SfDataGrid) -SfDataGrid provides support to display the concise information about the data objects using summaries. SfDataGrid provides below three different types of summary rows. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) provides support to display the concise information about the data objects using summaries. SfDataGrid provides below three different types of summary rows. * **Table Summary** – Used to display summary information of table either at top or bottom of SfDataGrid. diff --git a/wpf/DataGrid/Themes.md b/wpf/DataGrid/Themes.md index a6500851f9..0e42a453e8 100644 --- a/wpf/DataGrid/Themes.md +++ b/wpf/DataGrid/Themes.md @@ -9,7 +9,7 @@ documentation: ug # Themes in WPF DataGrid (SfDataGrid) -SfDataGrid supports various built-in themes. Refer to the below links to apply themes for the SfDataGrid, +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) supports various built-in themes. Refer to the below links to apply themes for the SfDataGrid, * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) diff --git a/wpf/DataGrid/ToolTip.md b/wpf/DataGrid/ToolTip.md index b2f3e66265..755103e712 100644 --- a/wpf/DataGrid/ToolTip.md +++ b/wpf/DataGrid/ToolTip.md @@ -9,7 +9,7 @@ documentation: ug # ToolTip in WPF DataGrid (SfDataGrid) -ToolTip provides the support to show the pop-up window that displays the information when the mouse hovers in cells of SfDataGrid. +ToolTip provides the support to show the pop-up window that displays the information when the mouse hovers in cells of [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid). ## Record cell tooltip diff --git a/wpf/DataGrid/Unbound-Column.md b/wpf/DataGrid/Unbound-Column.md index a881f7856d..fbf17e8dbc 100644 --- a/wpf/DataGrid/Unbound-Column.md +++ b/wpf/DataGrid/Unbound-Column.md @@ -9,7 +9,7 @@ documentation: ug # Unbound Column in WPF DataGrid (SfDataGrid) -SfDataGrid allows you to add **additional columns** which are **not bound with data object** from underlying data source. You can add unbound column using [GridUnBoundColumn](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridUnBoundColumn.html) class. Unbound columns supports for sorting, filtering, grouping, exporting and printing as normal columns. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to add **additional columns** which are **not bound with data object** from underlying data source. You can add unbound column using [GridUnBoundColumn](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridUnBoundColumn.html) class. Unbound columns supports for sorting, filtering, grouping, exporting and printing as normal columns. {% tabs %} {% highlight xaml %} diff --git a/wpf/DataGrid/Unbound-Rows.md b/wpf/DataGrid/Unbound-Rows.md index 00c490791c..2393893b18 100644 --- a/wpf/DataGrid/Unbound-Rows.md +++ b/wpf/DataGrid/Unbound-Rows.md @@ -10,7 +10,7 @@ documentation: ug # Unbound Rows in WPF DataGrid (SfDataGrid) -SfDataGrid allows you to add **additional rows** at top and also bottom of the SfDataGrid which are **not bound with data object** from underlying data source. You can add unbound rows using [SfDataGrid.UnBoundRows](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_UnBoundRows) collection property. You can add any no of unbound rows to SfDataGrid. Unbound rows can be exported and printed. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to add **additional rows** at top and also bottom of the SfDataGrid which are **not bound with data object** from underlying data source. You can add unbound rows using [SfDataGrid.UnBoundRows](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_UnBoundRows) collection property. You can add any no of unbound rows to SfDataGrid. Unbound rows can be exported and printed. {% tabs %} {% highlight xaml %} diff --git a/wpf/DataGrid/autosize-columns.md b/wpf/DataGrid/autosize-columns.md index a60403a482..94d00c0acb 100644 --- a/wpf/DataGrid/autosize-columns.md +++ b/wpf/DataGrid/autosize-columns.md @@ -9,7 +9,7 @@ documentation: ug # AutoSize Columns in WPF DataGrid (SfDataGrid) -DataGrid allows you to set the column widths based on certain logic using [SfDataGrid.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_ColumnSizer) or [GridColumn.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridColumn.html#Syncfusion_UI_Xaml_Grid_GridColumn_ColumnSizer) property. Below is the list of predefined column sizing options available. +[WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) allows you to set the column widths based on certain logic using [SfDataGrid.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_ColumnSizer) or [GridColumn.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridColumn.html#Syncfusion_UI_Xaml_Grid_GridColumn_ColumnSizer) property. Below is the list of predefined column sizing options available.