Declined
Last Updated: 05 Mar 2015 08:24 by ADMIN
Imported User
Created on: 22 Jan 2015 16:36
Category: Grid
Type: Feature Request
1
allow filtering on time portion of datetime field in radgrid
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.
1 comment
ADMIN
Vasil
Posted on: 05 Mar 2015 08:23
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.