Skip to content

Commit f229084

Browse files
committed
Reverted the name change for images
1 parent 59beafb commit f229084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MAUI/DataGrid/Column-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ SfDataGrid triggers, (CurrentCellDropDownSelectionChanged)[] event, when the Sel
14811481
`SelectedIndex` property returns the index of selected item.
14821482
`SelectedItem` property returns the selected item from drop down list.
14831483

1484-
<img alt="DataGridMultiColumnComboBox column .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-multicolumn-combobox-column.png" width="404"/>
1484+
<img alt="DataGridMultiColumnComboBox column .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column.png" width="404"/>
14851485

14861486
### Auto-complete support
14871487

@@ -1491,7 +1491,7 @@ You can enable the `SfMultiColumnComboBox` to automatically complete the entered
14911491

14921492
You can enable the `SfMultiColumnComboBox` to dynamically filter the drop-down list items based on the text typed in the entry by setting (AllowIncrementalFiltering)[] property to `true`. Additionally, `DataGridMultiColumnComboBoxColumn` allows filtering based on case sensitivity by setting (AllowCaseSensitiveFiltering)[] to `true`. These features help users to quickly select items from large list.
14931493

1494-
<img alt="DataGridMultiColumnComboBox column with Filtering .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-multicolumn-combobox-column-filtering.png" width="404"/>
1494+
<img alt="DataGridMultiColumnComboBox column with Filtering .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-filtering.png" width="404"/>
14951495

14961496
### Null value support
14971497

@@ -1578,9 +1578,9 @@ internal class ItemsSourceSelector : IItemsSourceSelector
15781578

15791579
{% endtabs %}
15801580

1581-
<img alt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-multicolumn-combobox-column-itemsourceselector.png" width="404"/>
1581+
<img alt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-itemsourceselector.png" width="404"/>
15821582

1583-
<img alt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-multicolumn-combobox-column-itemsourceselector2.png" width="404"/>
1583+
<img alt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid" src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-itemsourceselector2.png" width="404"/>
15841584

15851585
You can download the sample from the following link: (Sample)[https://github.com/SyncfusionExamples/How-to-load-different-items-for-each-row-in-MultiColumn-ComboBox-Column-in-.NET-MAUI-SfDataGrid].
15861586

0 commit comments

Comments
 (0)