Hello,
If a double click is needed we must handle the event manually with javascript instead of using the 'onRowSelect' event as for example it is done it is done in the code below:
$(document).ready(function () {
var grid = $("#grid").data('kendoGrid');
grid.tbody.on('dblclick', 'tr', function() {
var dataItem = grid.dataItem($(this));
});
});
If you need further assistance please don't hesitate to let me know.
Regards,
Plamen
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.