FilterDelay does not work for numbers in RadzenGrid

In the following example: https://blazor.radzen.com/datagrid-loaddata

If you put e.g. number 2 into the 'Employee Id' filter the filter will not start until you change the focus or press the enter.

Same here. Alphanumeric works. Numeric not.

Thomas

Yes, this is how filtering is implemented. Delay will work only for strings - not for numeric, date or boolean.

Hm, it feels as an inconsistent behavior for users. Is there a reason for that?
Is there a way I can make FilterDelay to work also for numerics?

Usually filter-as-you-type is used for strings - not for other types listed in my previous reply. With FilterTemplate you can customize the filter behavior in the way you want.