ASPxGridView search by date without hour

Viewed 31

I have an ASPxGridView in which there is a column "Date" which contains values in the following format: dd/mm/yyyy HH:mm:ss. In the GridView I have the following setting enabled: <Settings ShowFilterBar="Visible" />

Whenever I try to search for a specific date, it allows me to search only by date (no hours, minutes, seconds), which is as I want, but it does not match any dates except the ones which are dd/mm/yyyy 00:00:00. This is due to the fact that it searches for dd/mm/yyyy 00:00:00. How can I make it search for dates and not also for hours? Thank you.

Update ASPxComboBoxes have OnCustomFiltering. I would like something like that if possible, thank you

0 Answers
Related