RadzenDataGrid Simple filter mode for integers

I am using FilterMode.Simple and when I use the filter for string properties, the filtering is applied on demand (don't need to press enter, just wait .5s). However, I have a property of type int and I always need to press enter in order for the filter to apply. Any ideas on how to apply on demand filtering for int type.

Indeed the DataGrid columns will filter strings as you type with Contains operator while numeric filtering will use Equals and will fire on lost focus - we might expose some property to control this in one of our future versions.