[GH #11631] Angular: Validating cells causes 'Uncaught TypeError: Cannot read properties of undefined (reading 'startRow')'

Hi, I’ve created a ticket on GH as I think this is a bug, but I wondered if you could offer any direction with the issue in case I’ve missed something.

Essentially, when calling validateCells() on HOT instances within hidden elements that also have hide/show logic (@if/@for) applied from Angular, I recieve the error below:

Uncaught TypeError: Cannot read properties of undefined (reading 'startRow')

The following stackblitz illustrates this issue:

The GH issue is here: Angular: Validating cells causes 'Uncaught TypeError: Cannot read properties of undefined (reading 'startRow')' · Issue #11631 · handsontable/handsontable · GitHub

Thanks!

Hi @tim8987

I can see that my colleague already reported your issue internally for further investigation by our developers. It’s also worth mentioning that we are working on a new Angular wrapper which will handle the templates configuration properly so it might solve automatically when it’s released around mid June.

Thanks @adrian.szymanski. I’ll keep an eye out for that release.