diff --git a/controls/datagrid/columns/column-types/boolean-column.md b/controls/datagrid/columns/column-types/boolean-column.md index ec4eae54a..54ad867e6 100644 --- a/controls/datagrid/columns/column-types/boolean-column.md +++ b/controls/datagrid/columns/column-types/boolean-column.md @@ -18,9 +18,9 @@ The `DataGridBooleanColumn` is used to represent boolean values. It uses the Che * `CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column. * `CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis. * `CellContentFormat`—Defines the custom format for each cell value. The `String.Format` routine is used and the format passed has to be in the form required by this method. -* `CellContentTemplate`(`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. The `CellContenTemplate` enables you to customize the default content of the cell. +* `CellContentTemplate`(`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. The `CellContentTemplate` enables you to customize the default content of the cell. * `CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis. -* * `CellEditTemplate`(`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode. +* `CellEditTemplate`(`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode. * `FooterText`—Defines the content that will be displayed in the Footer UI that represents the column. * `FooterStyle`(`DataGridColumnFooterStyle`)—Defines the `Style` object that sets the appearance of each footer cell associated with this column. * `FooterContentTemplate`(`DataTemplate`)—Defines the appearance of the footer. @@ -45,7 +45,7 @@ The `DataGridBooleanColumn` is used to represent boolean values. It uses the Che ![DataGrid Boolean Column](images/booleancolumn-overview.png) -**Example with CellContenTemplate and CellEditTemplate** +**Example with CellContentTemplate and CellEditTemplate** ```XAML - + - + diff --git a/controls/datagrid/columns/column-types/picker-column.md b/controls/datagrid/columns/column-types/picker-column.md index cb16230f0..5b5ed3e64 100644 --- a/controls/datagrid/columns/column-types/picker-column.md +++ b/controls/datagrid/columns/column-types/picker-column.md @@ -23,7 +23,7 @@ Here are the specific properties defined for `DataGridPickerColumn`: * `CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column. * `CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis. * `CellContentFormat`—Defines the custom format for each cell value. The `String.Format` routine is used and the format passed has to be in the form required by this method. -* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default look of the cell. +* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default look of the cell. * `CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis. * `CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode. * `FilterControlTemplate`(`DataTemplate`)—Specifies the user defined template used for the Filtering UI. The template must contain an instance of the `Telerik.Maui.Controls.DataGrid.DataGridFilterControlBase` class. diff --git a/controls/datagrid/columns/column-types/text-column.md b/controls/datagrid/columns/column-types/text-column.md index 6cd98e7e1..ebbc91fb9 100644 --- a/controls/datagrid/columns/column-types/text-column.md +++ b/controls/datagrid/columns/column-types/text-column.md @@ -22,7 +22,7 @@ Here are the specific properties for the Text Columns: * `CellContentFormat`—Defines the custom format for each cell value. The `String.Format` routine is used and the format passed has to be in the form required by this method. * `CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column. * `CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis. -* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default content of the cell. +* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default content of the cell. * `CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis. * `CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode. * `FooterText`—Defines the content that will be displayed in the Footer UI that represents the column. diff --git a/controls/datagrid/columns/column-types/time-column.md b/controls/datagrid/columns/column-types/time-column.md index 48efd6936..b0028d50f 100644 --- a/controls/datagrid/columns/column-types/time-column.md +++ b/controls/datagrid/columns/column-types/time-column.md @@ -18,7 +18,7 @@ The `DataGridTimeColumn` is used to represent `TimeSpan` objects. It uses the Te * `CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column. * `CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis. * `CellContentFormat`—Defines the custom format for each cell value. The `String.Format` routine is used and the format passed has to be in the form required by this method. -* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default content of the cell. +* `CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default content of the cell. * `CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis. * `CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode. * `FooterText`—Defines the content that will be displayed in the Footer UI that represents the column. @@ -47,7 +47,7 @@ The `DataGridTimeColumn` is used to represent `TimeSpan` objects. It uses the Te ![DataGrid Time Column](images/timecolumn-overview.png) -**Example with CellContenTemplate and CellEditTemplate** +**Example with CellContentTemplate and CellEditTemplate** ```XAML