diff --git a/WindowsForms/DataGrid/ClipboardOperations.md b/WindowsForms/DataGrid/ClipboardOperations.md index 81268fcc4..851f9f05a 100644 --- a/WindowsForms/DataGrid/ClipboardOperations.md +++ b/WindowsForms/DataGrid/ClipboardOperations.md @@ -9,7 +9,7 @@ documentation: ug # Clipboard Operations in Windows Forms DataGrid -SfDataGrid provide support for the clipboard operations such as cut, copy and paste the data within control and between other applications such as Notepad, Excel. Clipboard operations copy and paste is enabled by default. The Selected records from SfDataGrid can be copied by pressing Ctrl+C and the content from Clipboard can be pasted to SfDataGrid by pressing Ctrl+V. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provide support for the clipboard operations such as cut, copy and paste the data within control and between other applications such as Notepad, Excel. Clipboard operations copy and paste is enabled by default. The Selected records from SfDataGrid can be copied by pressing Ctrl+C and the content from Clipboard can be pasted to SfDataGrid by pressing Ctrl+V. N> Clipboard operations are not supported for the summary rows, add new row and unbound rows. diff --git a/WindowsForms/DataGrid/ColumnTypes.md b/WindowsForms/DataGrid/ColumnTypes.md index 135350cf1..25e6db72a 100644 --- a/WindowsForms/DataGrid/ColumnTypes.md +++ b/WindowsForms/DataGrid/ColumnTypes.md @@ -8,7 +8,7 @@ documentation: ug --- # Column types in WinForms 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. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support for various built-in column types. Each column has its own properties and renderer to handle different types of data.
diff --git a/WindowsForms/DataGrid/Columns.md b/WindowsForms/DataGrid/Columns.md index c985ab980..de8bf173c 100644 --- a/WindowsForms/DataGrid/Columns.md +++ b/WindowsForms/DataGrid/Columns.md @@ -8,7 +8,7 @@ documentation: ug --- # Columns in WinForms DataGrid (SfDataGrid) -SfDataGrid allows to add or remove columns using [SfDataGrid.Columns](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_Columns) property. The columns to be added can be chosen from built-in column types or own column can be created and add to the `SfDataGrid.Columns`. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allows to add or remove columns using [SfDataGrid.Columns](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_Columns) property. The columns to be added can be chosen from built-in column types or own column can be created and add to the `SfDataGrid.Columns`. Below are the built-in column types supported in SfDataGrid. Each column has its own properties to handle different types of data. diff --git a/WindowsForms/DataGrid/ConditionalStyling.md b/WindowsForms/DataGrid/ConditionalStyling.md index 59965ce0b..82581c0ed 100644 --- a/WindowsForms/DataGrid/ConditionalStyling.md +++ b/WindowsForms/DataGrid/ConditionalStyling.md @@ -13,7 +13,7 @@ documentation: ug ### Styling based on Content -The appearance of the record cells in SfDataGrid can be customized conditionally based on the content by handling the [SfDataGrid.QueryCellStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html) event. +The appearance of the record cells in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) can be customized conditionally based on the content by handling the [SfDataGrid.QueryCellStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html) event. {% tabs %} {% highlight c# %} diff --git a/WindowsForms/DataGrid/DataManipulation.md b/WindowsForms/DataGrid/DataManipulation.md index 36cd9a4da..0825518b7 100644 --- a/WindowsForms/DataGrid/DataManipulation.md +++ b/WindowsForms/DataGrid/DataManipulation.md @@ -10,7 +10,7 @@ documentation: ug # Data Manipulation in Windows Forms DataGrid (SfDataGrid) -SfDataGrid listens and responds to the manipulation operations such as add, delete and data update (property change) at runtime. DataGrid refresh the sorting, filtering, grouping and summaries based on [SfDataGrid.LiveDataUpdateMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_LiveDataUpdateMode) property. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) listens and responds to the manipulation operations such as add, delete and data update (property change) at runtime. DataGrid refresh the sorting, filtering, grouping and summaries based on [SfDataGrid.LiveDataUpdateMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_LiveDataUpdateMode) property. {% tabs %} {% highlight c# %} diff --git a/WindowsForms/DataGrid/DataValidation.md b/WindowsForms/DataGrid/DataValidation.md index b7560fe5d..ba9586b2d 100644 --- a/WindowsForms/DataGrid/DataValidation.md +++ b/WindowsForms/DataGrid/DataValidation.md @@ -8,7 +8,7 @@ documentation: ug --- # Data Validation in Windows Forms DataGrid (SfDataGrid) -SfDataGrid allows to validate the data and display hints in case of validation is not passed. In case of invalid data, error icon is displayed at the left corner of cell. When mouse hover the error icon, error information will be displayed in tooltip. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allows to validate the data and display hints in case of validation is not passed. In case of invalid data, error icon is displayed at the left corner of cell. When mouse hover the error icon, error information will be displayed in tooltip. ## Built-in Validations Built-in validations through[IDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.idataerrorinfo?view=net-5.0), [INotifyDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifydataerrorinfo?view=net-5.0) and Data annotation attributes, can be enabled by setting [SfDataGrid.GridValidationMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_ValidationMode) or [GridColumn.GridValidationMod](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridColumnBase.html#Syncfusion_WinForms_DataGrid_GridColumnBase_ValidationMode)e properties. diff --git a/WindowsForms/DataGrid/DataVirtualization.md b/WindowsForms/DataGrid/DataVirtualization.md index 5b12ec87f..58364ad4f 100644 --- a/WindowsForms/DataGrid/DataVirtualization.md +++ b/WindowsForms/DataGrid/DataVirtualization.md @@ -8,7 +8,7 @@ documentation: ug --- # Data Virtualization in Windows Forms DataGrid (SfDataGrid) -SfDataGrid provides support to handle the large amount of data through built-in virtualization features. With Data virtualization, [SfDataGrid.View](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_View) process the data in on-demand for better performance while loading large amount of data. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support to handle the large amount of data through built-in virtualization features. With Data virtualization, [SfDataGrid.View](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_View) process the data in on-demand for better performance while loading large amount of data. The large amount of data can be loaded in less time by setting [SfDataGrid.EnableDataVirtualization](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_EnableDataVirtualization) property to `true`. {% tabs %} diff --git a/WindowsForms/DataGrid/DragAndDrop.md b/WindowsForms/DataGrid/DragAndDrop.md index b66e2541f..463a4742b 100644 --- a/WindowsForms/DataGrid/DragAndDrop.md +++ b/WindowsForms/DataGrid/DragAndDrop.md @@ -10,7 +10,7 @@ documentation: ug # Drag and Drop in WinForms DataGrid (SfDataGrid) ## Column Drag and Drop -SfDataGrid allow end-users to rearrange the columns by drag and drop the column headers by setting [SfDataGrid.AllowDraggingColumns](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_AllowDraggingColumns) to true. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allow end-users to rearrange the columns by drag and drop the column headers by setting [SfDataGrid.AllowDraggingColumns](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_AllowDraggingColumns) to true. {% tabs %} {% highlight c# %} sfDataGrid.AllowDraggingColumns = true; diff --git a/WindowsForms/DataGrid/ExportToExcel.md b/WindowsForms/DataGrid/ExportToExcel.md index e27d66b35..b1e341a03 100644 --- a/WindowsForms/DataGrid/ExportToExcel.md +++ b/WindowsForms/DataGrid/ExportToExcel.md @@ -8,7 +8,7 @@ documentation: ug --- # Export to Excel in WinForms DataGrid (SfDataGrid) -SfDataGrid provides support to export data to excel. It also provides support for grouping, filtering, sorting, paging, unbound rows and stacked headers while exporting. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support to export data to excel. It also provides support for grouping, filtering, sorting, paging, unbound rows and stacked headers while exporting. The following assemblies needs to be added for exporting to excel. * [Syncfusion.SfDataGridConverter.WinForms](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGridConverter.html) diff --git a/WindowsForms/DataGrid/FilterRow.md b/WindowsForms/DataGrid/FilterRow.md index 8380d31d8..a6079a78d 100644 --- a/WindowsForms/DataGrid/FilterRow.md +++ b/WindowsForms/DataGrid/FilterRow.md @@ -8,7 +8,7 @@ documentation: ug --- # FilterRow in Windows Forms DataGrid (SfDataGrid) -SfDataGrid provides built-in row (called FilterRow) to filter the records. This FilterRow can be enabled by specifying the position where it should be displayed by setting [SfDataGrid.FilterRowPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_FilterRowPosition) property. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides built-in row (called FilterRow) to filter the records. This FilterRow can be enabled by specifying the position where it should be displayed by setting [SfDataGrid.FilterRowPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_FilterRowPosition) property. {% tabs %} {% highlight c# %} diff --git a/WindowsForms/DataGrid/GettingStarted.md b/WindowsForms/DataGrid/GettingStarted.md index e39470191..0afb56ce1 100644 --- a/WindowsForms/DataGrid/GettingStarted.md +++ b/WindowsForms/DataGrid/GettingStarted.md @@ -7,7 +7,7 @@ control: SfDataGrid documentation: ug --- # Getting Started with Windows Forms DataGrid (SfDataGrid) -This section provides a quick overview for working with the data grid for WinForms. Walk through the entire process of creating a real world data grid. +This section provides a quick overview for working with the [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid). Walk through the entire process of creating a real world data grid. To get start quickly with WinForms DataGrid, you can check on this video: @@ -565,4 +565,4 @@ End Sub {% endhighlight %} {% endtabs %} -N> You can also explore our [WinForms DataGrid example](https://github.com/syncfusion/winforms-demos/tree/master/datagrid) that shows how to render the DataGrid in Windows Forms. \ No newline at end of file +N> Looking for the full WinForms Data Grid component overview, features, pricing, and documentation? Visit the [WinForms Data Grid](https://www.syncfusion.com/winforms-ui-controls/datagrid) page. \ No newline at end of file diff --git a/WindowsForms/DataGrid/Grouping.md b/WindowsForms/DataGrid/Grouping.md index e1670e726..de15bddd7 100644 --- a/WindowsForms/DataGrid/Grouping.md +++ b/WindowsForms/DataGrid/Grouping.md @@ -8,7 +8,7 @@ documentation: ug --- # Grouping in Windows Forms DataGrid (SfDataGrid) -SfDataGrid allows to group the data against one or more columns. When grouping is applied, the data is organized into a hierarchical structure based on matching column values and it is sorted by ascending order. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allows to group the data against one or more columns. When grouping is applied, the data is organized into a hierarchical structure based on matching column values and it is sorted by ascending order. ## UI Grouping End-user can group the data by setting [SfDataGrid.AllowGrouping](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_AllowGrouping) property to `true`, where user can drag and drop the column into `GroupDropArea` to group based on that column. diff --git a/WindowsForms/DataGrid/Helpers.md b/WindowsForms/DataGrid/Helpers.md index 1f5fbbc0e..9fa77e0d2 100644 --- a/WindowsForms/DataGrid/Helpers.md +++ b/WindowsForms/DataGrid/Helpers.md @@ -11,7 +11,7 @@ documentation: ug ## IndexResolver -SfDataGrid has [DataGridIndexResolver](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.DataGridIndexResolver.html) static class present in [Syncfusion.WinForms.DataGrid](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.html) namespace that has some extension methods used to Resolve from row or column index to record or visible column index and `vice versa`. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) has [DataGridIndexResolver](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.DataGridIndexResolver.html) static class present in [Syncfusion.WinForms.DataGrid](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.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/WindowsForms/DataGrid/InteractiveFeatures.MD b/WindowsForms/DataGrid/InteractiveFeatures.MD index 3c6d60cac..22a5f3d95 100644 --- a/WindowsForms/DataGrid/InteractiveFeatures.MD +++ b/WindowsForms/DataGrid/InteractiveFeatures.MD @@ -10,7 +10,7 @@ documentation: ug ## Context Menu -SfDataGrid provides an entirely customizable menu to expose the functionality on user interface by using [ContextMenuStrip](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.contextmenustrip?view=windowsdesktop-7.0&viewFallbackFrom=net-5.0). It allows to create context menus for different rows in an efficient manner. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides an entirely customizable menu to expose the functionality on user interface by using [ContextMenuStrip](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.contextmenustrip?view=windowsdesktop-7.0&viewFallbackFrom=net-5.0). It allows to create context menus for different rows in an efficient manner. ### ContextMenu for Records diff --git a/WindowsForms/DataGrid/Localization.md b/WindowsForms/DataGrid/Localization.md index 87c36d297..a4136941b 100644 --- a/WindowsForms/DataGrid/Localization.md +++ b/WindowsForms/DataGrid/Localization.md @@ -8,7 +8,7 @@ documentation: ug --- # Localization in DataGrid (SfDataGrid) -Localization is the process of translating the application resources into different language for the specific cultures. The SfDataGrid can be localized 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-5.0)before `InitializeComponent` method. +Localization is the process of translating the application resources into different language for the specific cultures. The [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) can be localized 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-5.0)before `InitializeComponent` method. ## Localize at Sample Level To localize the SfDataGrid based on `CurrentUICulture` using resource files, follow the below steps. diff --git a/WindowsForms/DataGrid/MasterDetailsView.md b/WindowsForms/DataGrid/MasterDetailsView.md index 950985958..bfb271695 100644 --- a/WindowsForms/DataGrid/MasterDetailsView.md +++ b/WindowsForms/DataGrid/MasterDetailsView.md @@ -9,7 +9,7 @@ documentation: ug # Master Details View in Windows Forms DataGrid (SfDataGrid) -The SfDataGrid provides support to represent the hierarchical data in the form of nested tables by using Master-Details view. You can expand or collapse the nested table (DetailsViewDataGrid) by using an expander column in a row. You can also expand or collapse the nested table programmatically. The number of tables nested with relations are unlimited. +The [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support to represent the hierarchical data in the form of nested tables by using Master-Details view. You can expand or collapse the nested table (DetailsViewDataGrid) by using an expander column in a row. You can also expand or collapse the nested table programmatically. The number of tables nested with relations are unlimited. ![Windows forms datagrid displays the expand or collapse of nested table](DetailsView_images/DetailsView_img1.jpg) diff --git a/WindowsForms/DataGrid/Overview.md b/WindowsForms/DataGrid/Overview.md index 1268d5fef..85b1eadb2 100644 --- a/WindowsForms/DataGrid/Overview.md +++ b/WindowsForms/DataGrid/Overview.md @@ -269,4 +269,6 @@ Large amount of data can be loaded in less time by setting {{'[EnableDataVirtual The [`Windows Forms SfDataGrid`](https://support.syncfusion.com/kb/desktop/section/952) Knowledge Base section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide. -Similar to the [`Knowledge Base`](https://support.syncfusion.com/kb/desktop/section/952), the [`forum`](https://www.syncfusion.com/forums/windowsforms) section also contains responses to questions that other customers have asked us in the past. \ No newline at end of file +Similar to the [`Knowledge Base`](https://support.syncfusion.com/kb/desktop/section/952), the [`forum`](https://www.syncfusion.com/forums/windowsforms) section also contains responses to questions that other customers have asked us in the past. + +N> Looking for the full WinForms Data Grid component overview, features, pricing, and documentation? Visit the [WinForms Data Grid](https://www.syncfusion.com/winforms-ui-controls/datagrid) page. \ No newline at end of file diff --git a/WindowsForms/DataGrid/Paging.md b/WindowsForms/DataGrid/Paging.md index 9578d0287..2aa116cf8 100644 --- a/WindowsForms/DataGrid/Paging.md +++ b/WindowsForms/DataGrid/Paging.md @@ -9,7 +9,7 @@ documentation: ug # Paging in Windows Forms DataGrid (SfDataGrid) -SfDataGrid provides support to manipulate the data using [SfDataPager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataPager.SfDataPager.html) control. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support to manipulate the data using [SfDataPager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataPager.SfDataPager.html) control. ## Getting Started diff --git a/WindowsForms/DataGrid/PreviewRows.md b/WindowsForms/DataGrid/PreviewRows.md index d692ed3dc..ea182e4d7 100644 --- a/WindowsForms/DataGrid/PreviewRows.md +++ b/WindowsForms/DataGrid/PreviewRows.md @@ -8,7 +8,7 @@ documentation: ug --- # Preview Rows in Windows Forms DataGrid (SfDataGrid) -The SfDataGrid provides support to display additional information of rows. This can be expanded or collapsed using an expander or programmatically. +The [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) provides support to display additional information of rows. This can be expanded or collapsed using an expander or programmatically. ## Show preview row diff --git a/WindowsForms/DataGrid/SerializationDeserialization.md b/WindowsForms/DataGrid/SerializationDeserialization.md index f6d22496b..f045b14dd 100644 --- a/WindowsForms/DataGrid/SerializationDeserialization.md +++ b/WindowsForms/DataGrid/SerializationDeserialization.md @@ -9,7 +9,7 @@ documentation: ug # Serialization and Deserialization in WinForms 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-5.0). +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/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-5.0). ## Serialization diff --git a/WindowsForms/DataGrid/Summaries.md b/WindowsForms/DataGrid/Summaries.md index 188a36eba..1186ed239 100644 --- a/WindowsForms/DataGrid/Summaries.md +++ b/WindowsForms/DataGrid/Summaries.md @@ -8,7 +8,7 @@ documentation: ug --- # Summaries in Windows Forms 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. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) 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. * **Group Summary** – Used to display summary information of data objects in each group. diff --git a/WindowsForms/DataGrid/Themes.md b/WindowsForms/DataGrid/Themes.md index a720a6259..80af99e8c 100644 --- a/WindowsForms/DataGrid/Themes.md +++ b/WindowsForms/DataGrid/Themes.md @@ -7,7 +7,7 @@ control: SfDataGrid documentation: ug --- # Theme in WinForms DataGrid -SfDataGrid offers six built in themes for professional representation as follows. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) offers six built in themes for professional representation as follows. * Office2016Colorful * Office2016White diff --git a/WindowsForms/DataGrid/UnboundColumn.md b/WindowsForms/DataGrid/UnboundColumn.md index 924b0ed66..6f6188213 100644 --- a/WindowsForms/DataGrid/UnboundColumn.md +++ b/WindowsForms/DataGrid/UnboundColumn.md @@ -9,7 +9,7 @@ documentation: ug # Unbound Column in Windows Forms DataGrid (SfDataGrid) -SfDataGrid allows to add additional columns which are **not bound with data object** from underlying data source. The unbound column can add to SfDataGrid by using [GridUnboundColumn](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridUnboundColumn.html) class. Unbound columns supports for sorting, filtering, grouping and exporting as normal columns. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allows to add additional columns which are **not bound with data object** from underlying data source. The unbound column can add to SfDataGrid by using [GridUnboundColumn](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridUnboundColumn.html) class. Unbound columns supports for sorting, filtering, grouping and exporting as normal columns. {% tabs %} {% highlight c# %} this.sfDataGrid.Columns.Add(new GridUnboundColumn() { HeaderText = "Total Price", MappingName = "TotalPrice", Expression = "UnitPrice*Quantity" }); diff --git a/WindowsForms/DataGrid/UnboundRow.md b/WindowsForms/DataGrid/UnboundRow.md index 314fe2b1f..ec62ae465 100644 --- a/WindowsForms/DataGrid/UnboundRow.md +++ b/WindowsForms/DataGrid/UnboundRow.md @@ -8,7 +8,7 @@ documentation: ug --- # Unbound Rows in Windows Forms DataGrid (SfDataGrid) -SfDataGrid allows to add **additional rows** at top and also bottom of the SfDataGrid which are **not bound with data object** from underlying data source. The unbound rows can add by using [SfDataGrid.UnboundRows](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.UnboundRows.html) collection property. SfDataGrid allows to add any number of unbound rows. Unbound rows can be exported to excel and PDF. +[WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid) allows to add **additional rows** at top and also bottom of the SfDataGrid which are **not bound with data object** from underlying data source. The unbound rows can add by using [SfDataGrid.UnboundRows](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.UnboundRows.html) collection property. SfDataGrid allows to add any number of unbound rows. Unbound rows can be exported to excel and PDF. {% tabs %} {% highlight c# %} this.sfDataGrid.UnboundRows.Add(new GridUnboundRow() { Position = VerticalPosition.Top }); diff --git a/WindowsForms/GridGrouping/Overview.md b/WindowsForms/GridGrouping/Overview.md index fe4cd5192..6525d1c12 100644 --- a/WindowsForms/GridGrouping/Overview.md +++ b/WindowsForms/GridGrouping/Overview.md @@ -30,3 +30,5 @@ The grid grouping control is a very powerful data grid with built-in support for * Expression fields: Supports computing and displaying the values based on another columns value. * Serialization: Supports serializing the grid data to Binary, SOAP, and XML format and vice versa. * Touch support: Completely supports resizing, dragging-dropping a column, sorting, filtering, grouping, etc. in touch devices. + +N> Looking for the full WinForms Data Grid component overview, features, pricing, and documentation? Visit the [WinForms Data Grid](https://www.syncfusion.com/winforms-ui-controls/datagrid) page. \ No newline at end of file