Hi,
I need an action on row Click, so i have tried your sample
https://www.telerik.com/kendo-angular-ui/components/grid/editing/editing-row-click/
But it does not running on Angular12
Error: src/app/app.component.ts:25:31 - error TS2554: Expected 0 arguments, but got 1.
25 (add)="addHandler($event)"
~~~~~~
Regards