Hello,
I have a problem filtering a GridDateTimeColumn. I use an ObjectDataSource to fill my grid with data. Moreover I have filtering sorting and paging activated. One of the columns is a GridDateTImeColumn defined like this:
Showing the data, sorting and paging works fine. I can see the dates and the appropriate times in the column.
But if I try to filter the column for a date (which definitly exists in the column) with the EqualTo filter it returns no rows as result. Is it possible that the filter tries to get all occurences of the specified date at 00:00:00?
Could you please help me clarifiing this issue?
Best regards
Ferdinand
I have a problem filtering a GridDateTimeColumn. I use an ObjectDataSource to fill my grid with data. Moreover I have filtering sorting and paging activated. One of the columns is a GridDateTImeColumn defined like this:
| <telerik:GridDateTimeColumn DataField="Date" HeaderText="Datum" |
| SortExpression="Date" UniqueName="Date"> |
| </telerik:GridDateTimeColumn> |
Showing the data, sorting and paging works fine. I can see the dates and the appropriate times in the column.
But if I try to filter the column for a date (which definitly exists in the column) with the EqualTo filter it returns no rows as result. Is it possible that the filter tries to get all occurences of the specified date at 00:00:00?
Could you please help me clarifiing this issue?
Best regards
Ferdinand