-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Description
When i switch columns and rows data in the current grid, the error is thrown TypeError: Cannot read properties of undefined (reading 'groupable'), detail error written below.
This doesnot cause any issues, but why is this happening.
It was not the case when we were using version 11.x.x, started happening when we switched to version 12.3.x.
- igniteui-angular version: 12.3.1
- browser:
Steps to reproduce
- Step 1
- Step 2
- ...
Result
TypeError: Cannot read properties of undefined (reading 'groupable')
at IgxGroupByMetaPipe.transform (igniteui-angular.js:54724)
at pureFunction2Internal (core.js:25681)
at Module.ɵɵpipeBind2 (core.js:25855)
at IgxGridGroupByAreaComponent_ng_container_1_Template (igniteui-angular.js:4238)
at executeTemplate (core.js:9618)
at refreshView (core.js:9484)
at refreshEmbeddedViews (core.js:10609)
at refreshView (core.js:9508)
at refreshComponent (core.js:10655)
at refreshChildComponents (core.js:9280)
Expected result
No error should be thrown
Attachments
Attach a sample if available, and screenshots, if applicable.