Using EnableTimeIndependentFiltering with a DatePicker works very well but I would like to see a EnableDateIndependentFiltering property. Can date independent filtering be added to the time picker control in the RadGrid? As it is now you can add a time picker filter column but it does not filter properly since it looks at both the date and time portions of a datetime field.
The correct way doing such filtering is to introduce new column in your database that holds only the Time part, and filter by it using from-to filter.