Posted 14 September 2017, 11:58 am EST
Ok, so I may be missing something really obvious, but is there an event I can bind to in order to get a double-click event on a row ? I have set the grid to read-only, the selection mode to “row” / 3 and added a
(dblclick)="onRowDblclicked($event) option to the template.
I do get an event, but it is a “mouseEvent”, of type “double-click”, which is not what I expected. I have been evaluating several other grids, and they seem to supply an event with $event.data, where data is the selected row - is this not a standard feature ?