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
description: Check our "ComboBox Column" documentation article for Telerik DataGrid for .NET MAUI.
5
5
position: 5
6
-
slug: datagrid-columns-picker-column
6
+
slug: datagrid-columns-combobox-column
7
7
---
8
8
9
9
# .NET MAUI DataGrid ComboBoxColumn
@@ -12,11 +12,11 @@ The `DataGridComboBoxColumn` uses the Telerik UI for .NET MAUI [ComboBox control
12
12
13
13
## Important Properties
14
14
15
-
Here are the specific properties defined for `DataGridPickerColumn`:
15
+
Here are the specific properties defined for `DataGridComboBoxColumn`:
16
16
17
-
*`ItemsSource` (`IEnumerable<object>`)—This property is used when the source of the Picker items is not part of the data and is the same for all items in the grid.
18
-
*`ItemsSourcePath` (`string`)—Specifies a property of your data class that will be used as a source for the Picker control.
19
-
*`ItemDisplayBindingPath` (`string`)—Sets the display path of the items in the Picker selector. It points to a field in the items from the `ItemsSource` collection of the Picker.
17
+
*`ItemsSource` (`IEnumerable<object>`)—This property is used when the source of the ComboBox items is not part of the data and is the same for all items in the grid.
18
+
*`ItemsSourcePath` (`string`)—Specifies a property of your data class that will be used as a source for the ComboBox control.
19
+
*`ItemDisplayBindingPath` (`string`)—Sets the display path of the items in the drop-down. It points to a field in the items from the `ItemsSource` collection of the ComboBox.
20
20
*`PropertyName`—Defines the name of the property of the object type that represents each row within the grid.
21
21
*`DataMemberBinding`—Defines the binding which points to the data member of the underlying object being displayed in the column's cell.
22
22
*`HeaderText`—Defines the content that will be displayed in the Header UI that represents the column.
@@ -53,7 +53,7 @@ Here are the specific properties defined for `DataGridPickerColumn`:
A `DataGridTextColumn` converts the content of each associated cell to a `System.String` object.
11
+
A `DataGridTextColumn` converts the content of each associated cell to a `System.String` object. The `DataGridTextColumn` uses the Telerik UI for .NET MAUI [Entry]({}%slug entry-overview%}) control in Edit mode.
12
12
13
13
>note A `DataGridTextColumn` performs better than a `DataGridTemplateColumn`.
Copy file name to clipboardExpand all lines: controls/datagrid/columns/overview.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
@@ -45,7 +45,7 @@ Using the built-in auto generation of columns does not fit all scenarios. In suc
45
45
*[Boolean Column]({%slug datagrid-columns-boolean-column%})—An extended `DataGridTextColumn` implementation that presents Boolean data.
46
46
*[Date Column]({%slug datagrid-columns-date-column%})—An extended `DataGridTextColumn` that presents data of type `DateTime`.
47
47
*[Time Column]({%slug datagrid-columns-time-column%})—Represents an extended `DataGridTextColumn` that presents the `TimeOfDay` of a `DateTime` type.
48
-
*[ComboBox Column]({%slug datagrid-columns-picker-column%})—Represents an extended `DataGridTextColumn` which cell value editor is a Telerik.Maui.Controls.RadComboBox control.
48
+
*[ComboBox Column]({%slug datagrid-columns-combobox-column%})—Represents an extended `DataGridTextColumn` which cell value editor is a Telerik.Maui.Controls.RadComboBox control.
49
49
*[Template Column]({%slug datagrid-columns-template-column%})—Represents a column that uses a `DataTemplate` to describe the content of each associated grid cell.
50
50
*[ToggleRowDetails Column]({%slug datagrid-columns-toggle-column%})—Represents a column that allows the user to show and hide the row details for an item.
0 commit comments