Grid datetime filter issue when column is formatted as a date

Hello,

The simple grid filter when the bound field is a DateTime type formatted as date only doesn't filter as I would expect. Is there any way to let the filter know the actual format of the field (date) so the date picker filter knows it should filter on date only?

I was looking at this example: Blazor DataGrid Simple filter mode with menu but it doesn't look like the date filtering is working. If I search for 7/4/2016 for order date, nothing is returned.

Thank you!