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.
Hello!
I am using collection as datasource in GridDataBoundGrid. How can I filter rows in grid by some criteria?
Earlier I have used dataview and dataset with RowFilter string. But it was to slow for my tasks.
Can you help me?
Best regards.
ADAdministrator Syncfusion Team November 3, 2004 11:58 AM UTC
You can use our GridGroupingControl to filter arbitrary IList data sources. But our filtering in the GridDataBoundGrid relies on DataView.RowFilter.
I think you would have to write this functionality more or less from scratch.