angular grid clikRow not running on Angular12

1 Answer 137 Views
Fiddler Classic
vamaw
Top achievements
Rank 1
Iron
Iron
vamaw asked on 11 Jun 2021, 11:55 AM

Hi,

I need to detect row change so i tried your sample

https://www.telerik.com/kendo-angular-ui/components/grid/editing/editing-row-click/

 

But i have following error message

Error: src/app/app.component.ts:25:31 - error TS2554: Expected 0 arguments, but got 1.

25             (add)="addHandler($event)"

 

Regards                                 ~~~~~~

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 15 Jun 2021, 07:36 AM

Hello Vamaw,

Thank you for bringing this to our attention.

This is a TypeScript issue coming from passing an argument to the addHandler while the declared public class method does not list any expected parameters.

We updated the example accordingly, and the new version is already available in the development version of our documentation site:

https://www.telerik.com/kendo-angular-ui-develop/components/grid/editing/editing-row-click/

Regards,
Dimiter Topalov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Fiddler Classic
Asked by
vamaw
Top achievements
Rank 1
Iron
Iron
Answers by
Dimiter Topalov
Telerik team
Share this question
or