Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Agile on Nov 13, 2008 07:43
open dhtmlx forum
Filter date range

Hi Team,

I want to allow the date range in filter.I am using the mygrid.attachHeader(#text_filter).Is there any way to allow date filter and date filter with range?

Thanks,
-Agile
Answer posted by Support on Nov 13, 2008 07:58
There is no any built-in solution for date-filtering
You can place a custom input in header, and call grid.filterBy with filtering function as second parameter (by using filtering function you can define any kind of rules )