Unable to filter with Radzen Grid with Datetime (equal condition)

Hi Team ,

I am unable to filter with the Datetime colomn I have tried multiple datetime format no go .
Radzen.Blazor version is 3.2.7

@if (!data.RepairReplace.HasValue) { @string.Empty } else { @data.RepairReplace.Value.ToString("dd.MM.yyyy") }

Kindly help ,

Thanks