Skip to content

Commit 9fd4e06

Browse files
committed
Resolved the spelling error
1 parent 1702cd4 commit 9fd4e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/DataGrid/Column-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ The `DataGridNumericColumn` allows formatting the numeric data with culture-spec
14281428

14291429
The `DataGridMultiColumnComboBoxColumn` displays enumeration as cell contents and hosts a (SfMultiColumnComboBox)[] in editing mode. This column type allows you to define the predefined columns in its drop-down, similar to SfDataGrid.
14301430

1431-
You can change the value by selecting the item from drop down or by editting the entry in SfMultiColumnComboBox. To disable text editing, set the (IsTextReadOnly)[] property to `true`.
1431+
You can change the value by selecting the item from drop down or by editing the entry in SfMultiColumnComboBox. To disable text editing, set the (IsTextReadOnly)[] property to `true`.
14321432

14331433
{% tabs %}
14341434
{% highlight xaml %}
@@ -1485,7 +1485,7 @@ SfDataGrid triggers, (CurrentCellDropDownSelectionChanged)[] event, when the Sel
14851485

14861486
### Auto-complete support
14871487

1488-
You can enable the SfMultiColumnComboBox to automatically complete the entered input value by setting the (AllowAutoComplete)[] property to `true`. When enabled, this property compares the entered text with each item in the underlying data source of DataGridMultiColumnComboBoxColumn and autocompletes the input with the matched value based on the DisplayMember.
1488+
You can enable the SfMultiColumnComboBox to automatically complete the entered input value by setting the (AllowAutoComplete)[] property to `true`. When enabled, this property compares the entered text with each item in the underlying data source of DataGridMultiColumnComboBoxColumn and autocomplete the input with the matched value based on the DisplayMember.
14891489

14901490
### Filtering
14911491

0 commit comments

Comments
 (0)