Hi guys,
I encountered some problems when programming jqxgrid filter API, I did following:
1. Add more than two condition filters for one columns.
2. Add condition filters for multiple columns.
The functionalities seems work fine, here is code: http://jsfiddle.net/P7BCs/211/
But if you click any filter arrow of the column,
a. it will only display two filter conditions (actually I add 3 filter conditions for First Name),
b. and they display same filter contents even I click another column’s filter arrow(it supposed to display each column’s filter condition separately)…
Any suggestion or thought are appreciate. Thanks in advance!
Thanks,
Jay Yang