You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/boolean-column.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ The `DataGridBooleanColumn` is used to represent boolean values. It uses the Che
18
18
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
19
19
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
20
20
*`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.
21
-
*`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.
21
+
*`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.
22
22
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
23
-
**`CellEditTemplate`(`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
23
+
*`CellEditTemplate`(`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
24
24
*`FooterText`—Defines the content that will be displayed in the Footer UI that represents the column.
25
25
*`FooterStyle`(`DataGridColumnFooterStyle`)—Defines the `Style` object that sets the appearance of each footer cell associated with this column.
26
26
*`FooterContentTemplate`(`DataTemplate`)—Defines the appearance of the footer.
@@ -45,7 +45,7 @@ The `DataGridBooleanColumn` is used to represent boolean values. It uses the Che
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/date-column.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Te
18
18
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
19
19
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
20
20
*`CellContentFormat`—Specifies 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.
21
-
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default content of the cell.
21
+
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default content of the cell.
22
22
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
23
23
*`CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
24
24
*`FooterText`—Defines the content that will be displayed in the Footer UI that represents the column.
@@ -46,7 +46,7 @@ The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Te
46
46
47
47

48
48
49
-
**Example with CellContenTemplate and CellEditTemplate**
49
+
**Example with CellContentTemplate and CellEditTemplate**
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/numerical-column.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The `DataGridNumericalColumn` is used to represent only numerical values. It use
18
18
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
19
19
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
20
20
*`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.
21
-
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default look of the cell.
21
+
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default look of the cell.
22
22
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
23
23
*`CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
24
24
*`FooterText`—Defines the content that will be displayed in the Footer UI that represents the column.
@@ -48,15 +48,15 @@ The `DataGridNumericalColumn` is used to represent only numerical values. It use
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/picker-column.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here are the specific properties defined for `DataGridPickerColumn`:
23
23
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
24
24
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
25
25
*`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.
26
-
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default look of the cell.
26
+
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default look of the cell.
27
27
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
28
28
*`CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
29
29
*`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.
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/text-column.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Here are the specific properties for the Text Columns:
22
22
*`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.
23
23
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
24
24
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
25
-
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default content of the cell.
25
+
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default content of the cell.
26
26
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
27
27
*`CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
28
28
*`FooterText`—Defines the content that will be displayed in the Footer UI that represents the column.
Copy file name to clipboardExpand all lines: controls/datagrid/columns/column-types/time-column.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The `DataGridTimeColumn` is used to represent `TimeSpan` objects. It uses the Te
18
18
*`CellContentStyle`(`DataGridTextCellStyle`)—Defines the appearance of each cell associated with this column.
19
19
*`CellContentStyleSelector`—Defines the `StyleSelector` instance that allows for the dynamic appearance on a per-cell basis.
20
20
*`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.
21
-
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContenTemplate` enables you to customize the default content of the cell.
21
+
*`CellContentTemplate` (`DataTemplate`)—Defines the appearance of each cell associated with the concrete column. `CellContentTemplate` enables you to customize the default content of the cell.
22
22
*`CellContentTemplateSelector` (`DataTemplateSelector`)—Defines a `DataTemplateSelector` instance that may be used to retrieve dynamic data templates on a per-cell basis.
23
23
*`CellEditTemplate` (`DataTemplate`)—Defines the editor associated with the concrete column. The `CellEditTemplate` is displayed when the cell is in edit mode.
24
24
*`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
47
47
48
48

49
49
50
-
**Example with CellContenTemplate and CellEditTemplate**
50
+
**Example with CellContentTemplate and CellEditTemplate**
0 commit comments