Hi,
I have a a radgrid connected to an Oracle table.
The grid contains several columns, one of which is a date/time field.
All the columns have filters on them at the top, with the date/time field having a pop up calendar to select the date (built into telerik).
Now, when I select a date from the calendar, no records are selected. This is because it looks at BOTH the date AND time portion of the data for exact matches (and as I have specified ONLY a date, the time defaults to 00:00:00), and finds no matches, even though I know there should be matches.
What is the point of this? I'm NEVER going to look for 25/12/09 23:59:59 am I? But I DO want to search for 25/12/09 on it's own, regardless of the time.
Yes, I know I can strip the date out in my code, and display the time in another column, but I should't have to - that's extra work, and I buy telerik to reduce my work, not create more! Other grids allow you to search for just the date, so why can't Telerik?
I've asked before for Telerik to address this, in support tickets, but nothings been done, so PLEASE can we get date filtering working 'correctly', it really does cause me lots of issues with users unable to filter by date.
Thanks.
I have a a radgrid connected to an Oracle table.
The grid contains several columns, one of which is a date/time field.
All the columns have filters on them at the top, with the date/time field having a pop up calendar to select the date (built into telerik).
Now, when I select a date from the calendar, no records are selected. This is because it looks at BOTH the date AND time portion of the data for exact matches (and as I have specified ONLY a date, the time defaults to 00:00:00), and finds no matches, even though I know there should be matches.
What is the point of this? I'm NEVER going to look for 25/12/09 23:59:59 am I? But I DO want to search for 25/12/09 on it's own, regardless of the time.
Yes, I know I can strip the date out in my code, and display the time in another column, but I should't have to - that's extra work, and I buy telerik to reduce my work, not create more! Other grids allow you to search for just the date, so why can't Telerik?
I've asked before for Telerik to address this, in support tickets, but nothings been done, so PLEASE can we get date filtering working 'correctly', it really does cause me lots of issues with users unable to filter by date.
Thanks.