Datagrid Using Custom and Advanced Filtering on Same Grid

Hello i want to filter my datagrid's some columns with advanced filtering mode like this https://blazor.radzen.com/datagrid but i have some enum values so i need to use custom filtering like this https://blazor.radzen.com/datagrid-filter-template. Is there any way to combine these two in same grid but for different columns ?. I tried to combine them but after click filtermenu button that look weird. Thank you.

Not sure what's the problem. FilterTemplate can be used in both simple and advanced filter mode.