Grid Filter Menu and Search TextBox

Is it possible to apply filter menu and search textbox together on every column?

So that the textbox stays below the header and the filter button is in the header

2.PNG1.PNG


1 Reply

RR Rajapandi Ravi Syncfusion Team June 30, 2022 12:45 PM UTC

Hi Andrejs,


Greetings from Syncfusion support


By default, in our EJ2 Grid the Filter types are Excel/CheckBox/Menu/FilterBar. Both are different Filter types; we have to use only one Type for column at a time in the Grid. You cannot use both Filter type same time for specific column. So, we cannot use both FilterBar and Excel filter dialog for column at a same time. This is not a valid case scenario.


You can use both Menu and Checkbox filter in a same Grid. To do so, set the column.filter.type as Menu or Checkbox. Please refer the below documentation for more information.


Documentation: https://ej2.syncfusion.com/vue/documentation/grid/filtering/filter-menu/#enable-different-filter-for-a-column


Regards,

Rajapandi R


Loader.
Up arrow icon