What stops you to do the same? The DataFilter component is very similar to the DataGrid and there are also inherited DataFilterProperty examples in our demos.
@enchev I have done exactly the same and register the new component in app builder as in other referenced example (first post) . But my new component is not used.
@enchev I mean override any RadzenDataFilter by my own does not work. May be I have registered override to late and there is any rules and order of precedence to follow?
@enchev Instead of my CustomRadzenDatafilter the default RadzenDataFilter is shown. Ctor ist also not called. But the example with custom datagrid works fine. Maybe I need to override something in my custom datagrid?