I'm using a hierarchical grid with excelStyleFilters.
In Edge browser, excel style filter selections are ignored and no console errors are thrown. The selections are not retained after clicking apply either - reopening the filter dialogue, my selections are reset.
Using:
@angular/core: 8.2.12
igniteui-angular: 8.2.5
Microsoft Edge 44.18362.387.0Microsoft EdgeHTML 18.18363
Hello Eric,
Thank you for the detailed feedback.
An approach I can suggest you in order to find the cause of the issue is to compare the main differences between your application and the live sample, which could lead you to a potential reason for the behavior you have mentioned.
If you have any questions, please let me know.
FWIW, I upgraded to "igniteui-angular": "8.2.6" as well with no luck.
It has to be something fairly buried within our application since I could not resolve it and I could not come up with a sample application that had the issue as well. I tried everything I could think of - polyfills.ts, package.json (even going to some of the scss overrides that I have). I tried to build you a sample app but couldn't get the repro in the sample. I've had to revert to the standard filters for now as I don't have any more time to continue hunting this down.
Thank you for the feedback.
I actually repro'd this on that very page yesterday but now it is not. While my application still is - strange. I will review the StackBlitz for the sample to see if I'm missing anything in polyfills or in the markup itself somehow.
Thanks!