Hi,
I'm having a problem with the validation of my forms per row/cell. If my Grid contains page 1, validation works properly. But when the grid has more than one page, the validation error happens and I'm getting this error:
Uncaught TypeError: Cannot read properties of null (reading 'parentElement')
at t.getErrorElement (<anonymous>:10:565646)
at t.validateRules (<anonymous>:10:562650)
at t.validate (<anonymous>:10:557775)
My suspicion is because page 1 is not accessible or not available in the dom.
Additional question:
Thanks,
Jane
each row and column are displayed with input components. I iterate with the dataSource to create FormValidator object to validate those fields. But when the Grid reached the 2nd page, since the page 1 inputs are not loaded in the dom/html it throws that error.