Kendo-grid row double / single click event

1 Answer 8364 Views
General Discussions
Patrick
Top achievements
Rank 1
Patrick asked on 05 Nov 2018, 05:49 PM

Are there example out there on how single or double row click event work?

 

Thanks,

Bryian Tan

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimiter Topalov
Telerik team
answered on 07 Nov 2018, 06:03 AM
Hi Patrick,

The Grid has a cellClick event that exposes information about the clicked row, data item, column, etc., in the handler:

https://www.telerik.com/kendo-angular-ui/components/grid/api/CellClickEvent/

There is no dedicated Grid-specific double click event, but you can always handle the regular DOM dblclick event, e.g.:

https://stackblitz.com/edit/angular-ac3jzd?file=app/app.component.ts

I hope this helps.

Regards,
Dimiter Topalov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or