I had the following event handler for contextMenuClick
in the ej2 treegrid:
And I got the error on the line 113
:
This error was because I passed the wrong object to the getRowInfo
method. You need to pass the instance of HTMLTableRowElement
. The right example: