Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The issue can be replicated in the demo site: https://ej2.syncfusion.com/demos/#/material/grid/normal-editing.html
Click the Add button in the data grid header to add a new row. Then focus another input field in the new row, so that the red validation tooltip message appears saying "This field is required". When the red tooltip message is double-clicked (although this action does not have any specific purpose), the following console error appears:
Uncaught TypeError: Cannot read property 'data' of null
at t.getRowInfo (/demos/src/common.min.js:1)
at t.dblClickHandler (/demos/src/common.min.js:1)
This issue does not seem to be visible to users, but console errors cause unnecessary distractions, when for example debugging other issues.