This is a migrated thread and some comments may be shown as answers.

bug while filtering GridDateTimeColumn

3 Answers 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrei
Top achievements
Rank 1
Andrei asked on 23 Dec 2014, 04:44 PM
I have radGrid with datetime field which I filter by default range filters. here is my markup for this field

<telerik:GridDateTimeColumn DataField="REGISTRATION_DATE" EnableRangeFiltering="true" EnableTimeIndependentFiltering="true" FilterControlWidth="90px" FilterControlAltText="Filter VatQty column" HeaderText="თარიღი" SortExpression="REGISTRATION_DATE" UniqueName="REGISTRATION_DATE" DataType="System.DateTime" CurrentFilterFunction="EqualTo" ShowFilterIcon="true" AutoPostBackOnFilter="True">
                </telerik:GridDateTimeColumn>  

When I filter by one day then all the records that have time between 23:59:00 and 23:59:59 in the same day doesn't return by filter. 
Do you know of any workaround or fix for this problem?

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 26 Dec 2014, 10:01 AM
Hi Andrei,

I've created a sample RadGrid web site to test the described behavior. On my side the filtering on the ranged date column returns all the records for the same day. Please run the attached application and let me know about the result.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrei
Top achievements
Rank 1
answered on 26 Dec 2014, 11:01 AM
I will look at your sample little bit latter but I wanted to add that maybe this behaviour is related to datasource that is oracle 11 (through odac for .net) I really dont have any custom code related to loading grid that could cause an error
0
Eyup
Telerik team
answered on 30 Dec 2014, 08:42 AM
Hi Andrei,

Please take your time to examine the sample and feel free to open a formal support ticket to send us a dummy project if you succeed to isolate the issue in a standalone application.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Andrei
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Andrei
Top achievements
Rank 1
Share this question
or