Posted 15 October 2024, 10:48 am EST
Hi,
After upgrading wijmo from version 5.20231.904 to 5.20241.19, we are encountering issues with TransposedGrid. Maybe you have any idea what’s goin on? The data doesn’t appear when we horizontal scroll, and we receive this error:
TypeError: Cannot read properties of undefined (reading 'binding')
at TransposedGrid._getBindingColumn (es5-esm.js:14:6297)
at _EditHandler._getCustomEditor (es5-esm.js:14:220802)
at HTMLDivElement.<anonymous> (es5-esm.js:14:87797)
at _ZoneDelegate.invokeTask (zone.js:398:33)
at core.mjs:14556:55
at AsyncStackTaggingZoneSpec.onInvokeTask (core.mjs:14556:36)
at _ZoneDelegate.invokeTask (zone.js:397:38)
at Object.onInvokeTask (core.mjs:14869:33)
at _ZoneDelegate.invokeTask (zone.js:397:38)
at ZoneImpl.runTask (zone.js:158:47)
Can it cause a problem that if the data (it’s our @Input()) is changed then in the ngOnChanges we re-create CollectionView?
Thanks,