The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
There is a combobox with manually populated datasource as ObservableCollection.
There is only the top 10 items are retrieved and shown.
I added filtering via the fitering event, it works well for the datasource, but the collected items are not shown in the combobox. It's because I need to set the FilterType, which only accepts: Contains / StartsWith / EndsWith, meanwhile my manual filtering is something like: ContainsAnyWord I suspect that the built in Filtering is applied over the manually filtered datasource, which gives 0 result.
But without setting the FilterType there is no result at all.
PMPonmani Murugaiyan Syncfusion Team August 19, 2020 02:50 PM UTC
Hi Istvan,
Greetings from Syncfusion support.
Query: How to use the custom datasource with manual filtering, ignoring the built in filter logic?
As per your requirement “to filter the dynamically added items in the datasource(ObservableCollection) using filtering event”, we have prepared sample. Please find the code snippet for custom filter using filtering event below for reference.