Skip to content

Replies

0
Santu Nandi
Santu Nandi answered on Sep 27, 2022 8:16 AM

I use the version 9.1.10.

For me the 'activeNodeChange' event not working. And getting error on below lines of code

           

this.grid.navigation.setActiveNode({
	row: nextPosition.rowIndex,
	column: nextPosition.visibleColumnIndex
});
args.target.setEditMode(true);

Is there have any other example for version 9.1.10. for the same issue.

Thanks & Regards,

Santu