Using JQXWIDGETS grid control and getting the following error upon expanding or collapsing a grid column.
ERROR TypeError: Cannot read property ‘nativeElement’ of undefined
at ListGridComponent3.webpackJsonp…/../../../../src/app/jqwidgets/listgrid3.component.ts.ListGridComponent3.onGroupcollapse (listgrid3.component.ts:182)
at Object.eval [as handleEvent] (ListGridComponent3.ngfactory.js:19)
at Object.handleEvent (core.es5.js:12004)
at Object.handleEvent (core.es5.js:12728)
at dispatchEvent (core.es5.js:8602)
at core.es5.js:10770
at SafeSubscriber.schedulerFn [as _next] (core.es5.js:3647)
at SafeSubscriber.webpackJsonp…/../../../rxjs/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:238)
at SafeSubscriber.webpackJsonp…/../../../rxjs/Subscriber.js.SafeSubscriber.next (Subscriber.js:185)
at Subscriber.webpackJsonp…/../../../rxjs/Subscriber.js.Subscriber._next (Subscriber.js:125)
Followed the Angular example for Groupings.
The control behaves correctly with expanding and collapsing, I just get the above error message logged to console.
Running Angular 4.3.5, JQXWIDGETS 4.6.4