Data grid filter <int>

Hello,

I have a question about filter in RadzenDataGrid component.
I'm using column RadzenDataGridColumn TItem="RelationDto" Property="OldCode" Title="Stara šifra" Sortable="true" FilterProperty="OldCode" TextAlign="TextAlign.Center"
if I want to filter through this column after entering a value in the filter I have to remove the focus from that element, while in other columns filtering works automatically when entering values. Am I missing a definition for this component or is it a bug? (Property type is integer)

It is neither. This is how filtering works out of the box - one has to either press enter or blur. You can use Advanced filter mode as an alternative.