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