DataGrid date filter without time

on datagrid date filter how to remove the time from the filter.

The default column filtering for DateTime columns will be always with time. Possible solution is to define your own filter template similar to this example: https://blazor.radzen.com/datagrid-filter-template

1 Like