Show Active filter in grid

Hello I'm using a FIlterTemplate for filtering on an enum.
This works ok. But the problem is is that the class rz-grid-filter-active
is not shown.
Is there a way to do this easy within the change event of the radzendropdown i'm using ?

Im using Blazor server.

Regards Bart

Hi @schuttea,

Not sure how you've implemented your custom filtering however if it is like our demo when FilterMode is set to Advanced the column filter icon style will be changed when filtering is applied:

Ok thx, I forgot the FilterValue.
Works!