Skip to content

Commit ec8faee

Browse files
910685: Need to update the documentation for the multicolumn combobox component
1 parent 076f8c5 commit ec8faee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blazor/multicolumn-combobox/filtering.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In the following example, `EndsWith` filter type has been mapped to the `FilterT
5555

5656
![Blazor MultiColumn ComboBox with Filter Type](./images/filtering/blazor_combobox_filter-type.png)
5757

58-
## Minimum filter length
58+
<!-- ## Minimum filter length
5959
6060
When filtering list items, you can specify a character count limit to trigger a remote request and retrieve filtered data for the DropDownList. This can be achieved through manual validation using the [Filtering event arguments](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.FilteringEventArgs.html) within the [Filtering](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.MultiColumnComboBox.SfMultiColumnComboBox-2.html#Syncfusion_Blazor_MultiColumnComboBox_SfMultiColumnComboBox_2_Filtering) event handler.
6161
@@ -65,9 +65,7 @@ In the following example, the remote request does not fetch the search data unti
6565
6666
{% include_relative code-snippet/filtering/minimum-filter-length.razor %}
6767
68-
{% endhighlight %}
69-
70-
![Blazor MultiColumn ComboBox with Minimum filter length](./images/filtering/blazor_combobox_minimum-filter-length.gif)
68+
{% endhighlight %} -->
7169

7270
<!-- ## Multi column filtering
7371

0 commit comments

Comments
 (0)