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

ASP.NET MVC Grid - Filter row with date range filter

2 Answers 239 Views
Grid
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 16 Mar 2015, 08:58 PM
I tried to search but have been able to find a solution for this.  I am attempting to implement a grid with filter row that allows for filtering on a date range - having a From date entry box and a To date entry box both visible in the filter row.  I couldn't find a way to implement templates for the filters on filter rows or really either other way to accomplish this.  Any help or examples of someone doing something similar would be a huge help.  Thanks,

2 Answers, 1 is accepted

Sort by
0
Accepted
Petur Subev
Telerik team
answered on 19 Mar 2015, 07:56 AM
Hello James,

You cannot have two filtering inputs inside the column header, only a single input can be added via the cell.template. From to is only possible if you have two columns and inside the first filtering cell you have added one datepicker and inside the other you have added another.

Kind Regards,
Petur Subev
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
James
Top achievements
Rank 1
answered on 19 Mar 2015, 06:11 PM
Thanks for the quick response.
Tags
Grid
Asked by
James
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
James
Top achievements
Rank 1
Share this question
or