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
Hi, is there any way to activate the Advanced Filtering Mode in HTML or C# for an existing grid without using JQuery or JavaScript?
Tsvetelina,
FYI, i have already logged those issues yesterday and have already fixed them. Here are the internal numbers:
84857
84867
84765
Thanks,
Angel
Hello Tony,
FYI
I have created a suport ticket on your behalf : CAS-70638-1KH1L7
I will keep you updated regarding the development issues that you have reported.
Thank you
FYI:
This event IS working just fine:
iggridfilteringdatafiltered
I must be doing something wrong because it appears that the event never gets fired. I've verified function names, event names and the grid ID. I'm attempting to raise an alert to verify the event is fired, but no alert pops up.
I'm sure it's a NOOB issue so if you could provide any additional script code necessary to capture this event, It would be much appreciated.