Hello,
I am using ejGrids in two different dialogs on a page (let's say gridA on dialogA and gridB on dialogB).
I have allowed filtering (Excel filter type) for both of them. (There are some columns for which I do not want to enable filtering so I set "allowFiltering: false" for those columns.)
I have all kinds of problems when I first filter on gridA, then on gridB and then again on gridA.
For example, if I want to filter on first column of gridA, suggested values are not all from that column (as it should be), but previously selected values from filtering first column of gridB. "Clear Filter" is disabled. If I enter some value from first column in gridA, it becomes checked, but when I click "OK" it is not filtered, all records are still shown. If I then want to filter on last column of gridA, suggested values are not all from that column (as it should be), but previously selected values from filtering another column of gridA... and I am getting error:
"Uncaught TypeError: Cannot read property 'value' of undefined
at t.excelFilter._setCheckState (...)"
I hope that you can help me with this.
Thanks in advance.