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

Filtering by date range

2 Answers 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 10 Mar 2014, 10:57 AM
I'm using a Kendo UI Grid in my application through MVC Helpers. 

I have a date column and I would like to implement a date range filter on that column. At the moment I can only see 1 dropdown for the operation and 1 datepicker control.

How can I make the filter to have "Is after or equal to" AND "Is before or equal to" 

Thank you. 

2 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Mar 2014, 09:23 AM
Hi Jeffrey,

The default filtering menu provides two DatePickers, as seen in this screencast, so I am not sure why there is only one in your project. I would recommend checking if there is a custom handler for the Grid's filterMenuInit event that might be modifying the menu. If that is not the case, then I would ask you to provide a runnable sample project, which will allow us to observe the issue locally and advise you further.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Phillip
Top achievements
Rank 1
answered on 11 Dec 2015, 08:14 PM

Do you by chance have .Extra(false) set? I had the same issue, set it to true and it solved the problem.

Tags
Grid
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Phillip
Top achievements
Rank 1
Share this question
or