ej2.min.js:10 Uncaught TypeError: this.parent.dataSource.adaptor.getModuleName is not a function
luis-fss opened this issue · 1 comments
luis-fss commented
I'm facing this error when trying to filter the data grid using ej2 19.4.42, version 19.4.41 doesn't have the problem.
ej2.min.js:10 Uncaught TypeError: this.parent.dataSource.adaptor.getModuleName is not a function
at e.updateModel (ej2.min.js:10:8461647)
at e.filterByColumn (ej2.min.js:10:8469062)
at e.onTimerTick (ej2.min.js:10:8480226)
at ej2.min.js:10:8479428
e.updateModel @ ej2.min.js:10
e.filterByColumn @ ej2.min.js:10
e.onTimerTick @ ej2.min.js:10
(anonymous) @ ej2.min.js:10
setInterval (async)
e.startTimer @ ej2.min.js:10
e.processFilter @ ej2.min.js:10
e.keyUpHandler @ ej2.min.js:10
e.notify @ ej2.min.js:10
t.notify @ ej2.min.js:10
t.keyActionHandler @ ej2.min.js:10
r.keyPressHandler @ ej2.min.js:10
CDN tested:
https://cdn.syncfusion.com/ej2/19.4.41/dist/ej2.min.js > OK
https://cdn.syncfusion.com/ej2/19.4.42/dist/ej2.min.js > FILTER ERROR