I'm trying to hook up the rowDataBound event of the Treegrid. In the instructions it says to import the
RowDataBoundEventArgs class via the statement below:
import {RowDataBoundEventArgs} from '@syncfusion/ej2-treegrid';
I get an error that says @syncfusion/ej2-treegrid' has no exported member RowDataBoundEventArgs.
What am I doing wrong? Is the class name is different than the example?