Search by time in Datagrid

Hi,

Can you tell me if is possible search only by time in blazor datagrid inline editing?
The by default filter shoud be "time equals" to search input :slight_smile:

Thanks,

Filipe Pereira

No, filtering just by time isn't supported via the built-in filtering modes. You can use the FilterTemplate of the column to define custom filtering UI and implement the required filter.