Having an issue trying to get Excel Filtering to work when the Column Menu is enabled.
To recreate the issue, change the filter one of the columns (say uncheck a value for the 'Id' column), and click OK.
In filter.js, an Uncaught TypeError is thrown:
Uncaught TypeError: Cannot read property 'querySelector' of undefined
at e.addFilteredClass (filter.js:1119)
at e.onPropertyChanged (filter.js:434)
at e.notify (observer.js:99)
at t.notify (component.js:245)
at t.extendedPropertyChange (grid.js:1239)
at t.onPropertyChanged (grid.js:1152)
at t.e.dataBind (base.js:112)
at t.dataBind (component.js:195)
at e.filterHandler (filter.js:1084)
at t.e.initiateFilter (checkbox-filter-base.js:426)
Thanks