How can I create datetime range filter. I saw some examples with date range in telerik forum but never seen a datetime range filter implementation.
I want to filter BirthDate field with range selection. IE. first range 10/9/1966 21:00 second one 11/9/1966 15:00
5 Answers, 1 is accepted
0
Hi Bulut,
The Kendo grid supports up to two filter criteria by setting the column.filterable.extra configuration to true. Below you will find a modified version of the provided sample:
Please note that within the filterMenuInit handler the operators are set and the drop downs are hidden.
Regards,
Georgi
Progress Telerik
The Kendo grid supports up to two filter criteria by setting the column.filterable.extra configuration to true. Below you will find a modified version of the provided sample:
Please note that within the filterMenuInit handler the operators are set and the drop downs are hidden.
Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Bulut
Top achievements
Rank 1
answered on 30 Oct 2018, 04:15 PM
Thank you for dojo but filter function not working in Dojo. When I filter it returns empty result for grid.
0
Hello Bulut,
I apologize for the inconvenience, the issue is caused since the change event of the operators drop downs is not triggered and the default equals operator is used. Once the change event is triggered the correct operators are used.
Please refer to the updated version of the sample for better understanding:
Regards,
Georgi
Progress Telerik
I apologize for the inconvenience, the issue is caused since the change event of the operators drop downs is not triggered and the default equals operator is used. Once the change event is triggered the correct operators are used.
Please refer to the updated version of the sample for better understanding:
Regards,
Georgi
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Bulut
Top achievements
Rank 1
answered on 31 Oct 2018, 03:30 PM
It is ok :) Np. One final question. In filter area instead of 24 hour it is still showing 12 hours format.
0
Accepted
Hi Bulut,
Could you please try the following modification for the time/date format:
Hope this helps.
Regards,
Konstantin Dikov
Progress Telerik
Could you please try the following modification for the time/date format:
Hope this helps.
Regards,
Konstantin Dikov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.