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?
<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?