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
@@ -1491,7 +1491,7 @@ You can enable the `SfMultiColumnComboBox` to automatically complete the entered
1491
1491
1492
1492
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.
1493
1493
1494
-
<imgalt="DataGridMultiColumnComboBox column with Filtering .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-multicolumn-combobox-column-filtering.png"width="404"/>
1494
+
<imgalt="DataGridMultiColumnComboBox column with Filtering .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-filtering.png"width="404"/>
1495
1495
1496
1496
### Null value support
1497
1497
@@ -1578,9 +1578,9 @@ internal class ItemsSourceSelector : IItemsSourceSelector
1578
1578
1579
1579
{% endtabs %}
1580
1580
1581
-
<imgalt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-multicolumn-combobox-column-itemsourceselector.png"width="404"/>
1581
+
<imgalt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-itemsourceselector.png"width="404"/>
1582
1582
1583
-
<imgalt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-multicolumn-combobox-column-itemsourceselector2.png"width="404"/>
1583
+
<imgalt="DataGridMultiColumnComboBox column with ItemsSourceSelector .NET MAUI DataGrid"src="Images\column-types\maui-datagrid-MultiColumn-ComboBox-column-itemsourceselector2.png"width="404"/>
1584
1584
1585
1585
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].
0 commit comments