Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/ClipboardOperations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Clipboard Operations in Windows Forms DataGrid | Syncfusion
description: This section explains about the clipboard operations such as cut, copy and paste the data in Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: This section explains about the clipboard operations such as cut, copy and paste the data in Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/ColumnTypes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Column types in WinForms DataGrid control | Syncfusion
description: Learn about different column types support (Text, Numeric, DateTime, ComboBox and so on) in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about different column types support (Text, Numeric, DateTime, ComboBox and so on) in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Columns.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Columns in Windows Forms DataGrid Control | Syncfusion
description: Learn here all about columns support in Syncfusion Windows Forms DataGrid control, its elements and more details.
description: Learn here all about columns support in Syncfusion® Windows Forms DataGrid control, its elements and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/ConditionalStyling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Conditional Styling in WinForms DataGrid Control | Syncfusion
description: Learn about Conditional Styling support in Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn about Conditional Styling support in Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/DataBinding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data binding in WinForms DataGrid Control | Syncfusion
description: Learn here all about data binding support in Syncfusion WinForms DataGrid control,its elements and more details.
description: Learn here all about data binding support in Syncfusion® WinForms DataGrid control,its elements and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/DataManipulation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: DataManipulation | DataGrid | WinForms | Syncfusion
description: Learn about data operations to manipulate the data in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about data operations to manipulate the data in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/DataVirtualization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data Virtualization in Windows Forms DataGrid control | Syncfusion
description: Learn about Data Virtualization support in Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn about Data Virtualization support in Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/ExportToExcel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: ExportToExcel in SfDataGrid | Syncfusion
description: Learn about exporting datagrid to excel support in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about exporting datagrid to excel support in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/DataGrid/ExportToPDF.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: ExportToPDF in SfDataGrid | Syncfusion
description: Learn about exporting datagrid to PDF support in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about exporting datagrid to PDF support in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down Expand Up @@ -36,7 +36,7 @@ document.Save("Sample.pdf")
{% endhighlight %}
{% endtabs %}

N> SfDataGrid exports data to PDF file by using[Essential PDF](https://help.syncfusion.com/file-formats/pdf/overview). You can refer [PDF documentation](https://help.syncfusion.com/file-formats/pdf/working-with-document) for manipulating.
N> SfDataGrid exports data to PDF file by using[Essential<sup>®</sup> PDF](https://help.syncfusion.com/file-formats/pdf/overview). You can refer [PDF documentation](https://help.syncfusion.com/file-formats/pdf/working-with-document) for manipulating.

## Exporting Options
Exporting operation can be customized by passing [PdfExportingOptions](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGridConverter.PdfExportingOptions.html) instance as argument to `ExportToPdf` and `ExportToPdfGrid` method.
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Filtering in WinForms DataGrid Control | Syncfusion
description: Learn here all about filtering the data (Excel-like filter) support in Syncfusion WinForms DataGrid control, its elements and more details.
description: Learn here all about filtering the data (Excel-like filter) support in Syncfusion® WinForms DataGrid control, its elements and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms DataGrid Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential Windows Forms DataGrid control, its elements and more.
description: Learn here about getting started with Syncfusion® Essential® Windows Forms DataGrid control, its elements and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Helpers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Helpers in WinForms DataGrid control | Syncfusion
description: Learn about helpers such as get the actual row index irrespective of grouping and so on in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about helpers such as get the actual row index irrespective of grouping and so on in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: WindowsForms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/InteractiveFeatures.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Interactive Features in Windows Forms DataGrid | Syncfusion
description: Learn about Interactive Features support in Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn about Interactive Features support in Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Localization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Localization | DataGrid | WinForms | Syncfusion
description: Learn about localization support to customize the default strings in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about localization support to customize the default strings in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Merging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Merge Cells in Windows Forms DataGrid control | Syncfusion
description: Learn here all about merging feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about merging feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Following are the key features of SfDataGrid control

## Choose between different grid controls

Syncfusion WinForms suite comes up with following different grid namely,
Syncfusion<sup>®</sup> WinForms suite comes up with following different grid namely,

* [SfDataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid)
* [GridGroupingControl](https://help.syncfusion.com/windowsforms/gridgrouping/overview)
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Paging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Paging in WinForms DataGrid control | Syncfusion
description: Learn about paging support (pagination) in Syncfusion WinForms DataGrid (SfDataGrid) control and more details.
description: Learn about paging support (pagination) in Syncfusion® WinForms DataGrid (SfDataGrid) control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/PreviewRows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Preview rows in Windows Forms DataGrid control | Syncfusion
description: Learn here all about preview rows feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about preview rows feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/RowHeightCustomization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Row Height Customization in WinForms DataGrid control | Syncfusion
description: Learn here all about row height customization feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about row height customization feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Selection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Selection in Windows Forms DataGrid Control | Syncfusion
description: Learn here all about selection support in Syncfusion Essential Windows Forms DataGrid control, its elements and more.
description: Learn here all about selection support in Syncfusion® Essential® Windows Forms DataGrid control, its elements and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/SerializationDeserialization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Serialization in Windows Forms DataGrid Control | Syncfusion
description: This section explains about the Serialization and Deserialization in Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: This section explains about the Serialization and Deserialization in Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Sorting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Sorting in Windows Forms DataGrid control | Syncfusion
description: Learn here all about sorting feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about sorting feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Themes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Theme in winforms datagrid | Syncfusion
description: Learn about the theme support and load theme assembly in Syncfusion WinForms SfDataGrid control and more details.
description: Learn about the theme support and load theme assembly in Syncfusion® WinForms SfDataGrid control and more details.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/UIAutomation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: UI Automation in Windows Forms DataGrid control | Syncfusion
description: Learn here all about UI Automation feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about UI Automation feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: WindowsForms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/UnboundColumn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Unbound Column in Windows Forms DataGrid control | Syncfusion
description: Learn here all about unbound column feature of Syncfusion Windows Forms DataGrid (SfDataGrid) control and more.
description: Learn here all about unbound column feature of Syncfusion® Windows Forms DataGrid (SfDataGrid) control and more.
platform: windowsforms
control: SfDataGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/FormCustomization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Form Customization in Windows Forms Form control | Syncfusion
description: Learn about Form Customization support in Syncfusion Windows Forms Form (SfForm) control and more details.
description: Learn about Form Customization support in Syncfusion® Windows Forms Form (SfForm) control and more details.
platform: WindowsForms
control: SfForm
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Form control | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms Form (SfForm) control, its elements, and more details.
description: Learn here about getting started with Syncfusion® Windows Forms Form (SfForm) control, its elements, and more details.
platform: WindowsForms
control: SfForm
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/Localization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Localization in Windows Forms Form control | Syncfusion
description: Learn about Localization support in Syncfusion Windows Forms Form (SfForm) control and more details.
description: Learn about Localization support in Syncfusion® Windows Forms Form (SfForm) control and more details.
platform: windowsforms
control: SfForm
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/MDICustomization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: MDI Customization in Windows Forms Form control | Syncfusion
description: Learn about MDI Customization support in Syncfusion Windows Forms Form (SfForm) control and more details.
description: Learn about MDI Customization support in Syncfusion® Windows Forms Form (SfForm) control and more details.
platform: WindowsForms
control: SfForm
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Form/Overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: About Windows Forms Form control | Syncfusion
description: Learn here all about introduction of Syncfusion Windows Forms Form (SfForm) control, its elements, and more details.
description: Learn here all about introduction of Syncfusion® Windows Forms Form (SfForm) control, its elements, and more details.
platform: WindowsForms
control: SfForm
documentation: ug
Expand All @@ -22,7 +22,7 @@ Following are the key features of the SfForm:

## Choose between different form controls

Syncfusion WinForms suite comes up with the following different forms:
Syncfusion<sup>®</sup> WinForms suite comes up with the following different forms:

* [SfForm](https://www.syncfusion.com/winforms-ui-controls/form)
* [MetroForm](https://www.syncfusion.com/winforms-ui-controls/metroform)
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/Themes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Themes in Windows Forms Form control | Syncfusion
description: Learn about Themes support in Syncfusion Windows Forms Form (SfForm) control, its elements and more details.
description: Learn about Themes support in Syncfusion® Windows Forms Form (SfForm) control, its elements and more details.
platform: windowsforms
control: SfForm
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Form/TitleBar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Title Bar in Windows Forms Form control | Syncfusion
description: Learn about Title Bar support in Syncfusion Windows Forms Form (SfForm) control, its elements and more details.
description: Learn about Title Bar support in Syncfusion® Windows Forms Form (SfForm) control, its elements and more details.
platform: WindowsForms
control: SfForm
documentation: ug
Expand Down
Loading