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.
Hi,
How do I make my filter bar use textboxes on some columns and comboboxes (or checkboxes) on others.
I want my filter bar use like operator with textboxes and equals operator with comboboxes.
Regards
Mikaël
ADAdministrator Syncfusion Team February 11, 2005 08:38 PM UTC
I see no easy way to get this done. We do have an alternative sample for filterbars. See http://www.syncfusion.com/support/forums/message.aspx?MessageID=24650.
You could use this code and also check out the source code for the original GridFilterBar in GridFilterBar.cs to create your own implementation that combines these two approaches.
Stefan
>Hi,
>
>How do I make my filter bar use textboxes on some columns and comboboxes (or checkboxes) on others.
>I want my filter bar use like operator with textboxes and equals operator with comboboxes.
>
>Regards
>Mikaël