Dear community,
I have the following JS error clicking the filter icon in the columns:
Uncaught TypeError: Cannot read properties of undefined (reading 'field')
at e.filterIconClickHandler (ej2.min.js:10)
at e.notify (ej2.min.js:10)
at t.notify (ej2.min.js:10)
at t.mouseClickHandler (ej2.min.js:10)
This error does not happen at first loading of the grid.
I'm using the version 19.1.63 and jquery version 3.3.1.
You can reproduce the error at following link: https://preproduzione.zenshare.it/biblioteca/demotreeview.php doing (a demo):
1 - click in the filter icon of a column (no error shown)
2 - expand the tree and click at a node (the first child for example)
3 - click again in the filter icon and open the JS console with the error shown
Can anyone help me please, please ple?
Kind regards