Filter datagrid with numeric values

I have a RadzenDataGrid with both numeric and text columns, when I type into the text columns the filter is applied immediately and an x is displayed in the box

but when I type into the numeric column I have to leave the field before the filter is applied and there is no x to remove the filter.

what can be the cause of this, can I make them work the same?

image

This is how numeric filtering works - filter operator is equal and will be applied on blur unlike the string filtering where the operator is contains and the filter is applied as you type.

1 Like