Skip to content

Commit c509ca7

Browse files
910685: Need to update the documentation for the multicolumn combobox component
1 parent ce7a7be commit c509ca7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

blazor/multicolumn-combobox/filtering.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ To enable multi-column support in the built-in Syncfusion Blazor theme files, si
7777
7878
{% endhighlight %}
7979
80-
![Blazor ComboBox with Multi Column filtering](./images/filtering/blazor_combobox_multi-column.png)
8180
8281
You can achieve multiple column(field) filtering by passing the List of [predicates](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.WhereFilter.html#Syncfusion_Blazor_Data_WhereFilter_predicates) to the [And](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.WhereFilter.html#Syncfusion_Blazor_Data_WhereFilter_And_Syncfusion_Blazor_Data_WhereFilter_) or [Or](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.WhereFilter.html#Syncfusion_Blazor_Data_WhereFilter_Or_Syncfusion_Blazor_Data_WhereFilter_) methods of [WhereFilters](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.WhereFilter.html#Syncfusion_Blazor_Data_WhereFilter__ctor).
8382
@@ -87,8 +86,6 @@ You can achieve multiple column(field) filtering by passing the List of [predica
8786
8887
{% endhighlight %}
8988
90-
![Blazor MultiColumn ComboBox with Multi Column filtering](./images/filtering/blazor_combobox_multi-colum-filtering.gif) -->
91-
9289
<!-- ## Case sensitive filtering
9390
9491
The Data items can be filtered with or without case sensitivity using the [DataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html). This can be done by passing the fourth optional parameter [IgnoreCase](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.WhereFilter.html#Syncfusion_Blazor_Data_WhereFilter_IgnoreCase) of the [Where clause](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.Query.html#Syncfusion_Blazor_Data_Query_Where_Syncfusion_Blazor_Data_WhereFilter_).

0 commit comments

Comments
 (0)