Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2225
Custom filters (i.e. Date between)
posted

Is there a way to add custom filtering to the grid? Either through the dropdown, or by passing in the condition and expression to igGridFiltering?

My requirements is to allow the user to filter the data  by a date range, such as items with a date field between (and including) "7/15/2011" and "8/15/2011"

I'm thinking I should be able to add a couple of datepickers to the page and a "refresh" button that hits a javascript function and passes the values to the grid for filtering.

Any help is much appreciated.

I'm using MVC3 and Razor Engine.

Thanks,
Tony