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

Filtering of DateTime values not working as expected....

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Donovan
Top achievements
Rank 1
Donovan asked on 26 May 2015, 03:04 AM

Hi,

 I have a grid column declared as follows:

 

<telerik:GridDateTimeColumn CurrentFilterFunction="GreaterThanOrEqualTo" DataField="ClockedInAt" DataType="System.DateTime" EditDataFormatString="dd-MMM-yyyy HH:mm" FilterControlAltText="Filter column column" FilterDateFormat="dd-MMM-yyyy HH:mm" PickerType="DateTimePicker" UniqueName="column">
</telerik:GridDateTimeColumn>

As you can see even though I have set the time to 16:16 I am still getting entries earlier than that, namely 16:15. Can anyone shed any light on how I can fix this?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 28 May 2015, 02:14 PM
Hello Donovan,

I have tested your GridDateTimeColumn settings with similar to yours DateTime values, but I was not able to replicate the issue.

Can you please elaborate what version of the controls you are using and how do you bind your RadGrid. Additionally, you can open a regular support ticket and attach the markup and the code-behind of your page. Thus will allow us to test your exact settings and should help us in replicating the problem.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Donovan
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or