You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click in any of the first three demos on the page and start scrolling through the records (mouse wheel or scrollbar)
Check the console
Result
The records are scrolled but the following error is thrown in the console:
"Uncaught TypeError: Cannot read property 'index' of undefined
at e.getCellType (main-es2015.4f9177fcd966dd3cfef5.js:1)
at e.get context [as context] (main-es2015.4f9177fcd966dd3cfef5.js:1)
at template (main-es2015.4f9177fcd966dd3cfef5.js:1)
at zs (main-es2015.4f9177fcd966dd3cfef5.js:1)
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)
at or (main-es2015.4f9177fcd966dd3cfef5.js:1)
at main-es2015.4f9177fcd966dd3cfef5.js:1
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)
at main-es2015.4f9177fcd966dd3cfef5.js:1
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)"
Expected result
There should be no errors during scrolling.
The text was updated successfully, but these errors were encountered:
gedinakova
changed the title
Three of the demos in Tree Grid Remote Data Operations topic throw errors in the console during scrolling
Three of the demos in Grid Remote Data Operations topic throw errors in the console during scrolling
Jul 28, 2021
Description
Both samples with remote paging are not loaded and throw an error in the console.
Steps to reproduce
Result
The records are scrolled but the following error is thrown in the console:
"Uncaught TypeError: Cannot read property 'index' of undefined
at e.getCellType (main-es2015.4f9177fcd966dd3cfef5.js:1)
at e.get context [as context] (main-es2015.4f9177fcd966dd3cfef5.js:1)
at template (main-es2015.4f9177fcd966dd3cfef5.js:1)
at zs (main-es2015.4f9177fcd966dd3cfef5.js:1)
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)
at or (main-es2015.4f9177fcd966dd3cfef5.js:1)
at main-es2015.4f9177fcd966dd3cfef5.js:1
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)
at main-es2015.4f9177fcd966dd3cfef5.js:1
at Ls (main-es2015.4f9177fcd966dd3cfef5.js:1)"
Expected result
There should be no errors during scrolling.
The text was updated successfully, but these errors were encountered: