I have a radgrid displaying activity logs. Each log contains a date recorded field among other fields. I have filtering applied, but when I select greater than filter and type in a date in the format mm/dd/yyyy (same that the date is displayed in the grid field), the grid does not filter out the dates that are not greater than than the one I typed in. The less than functionality works however.
What's the deal?
PS: I've also tried using the DateTime column rather than the Template column, but same issue.