fires right after a row has been double clicked, before a cell editor is opened by a dbl click
rId | string|number | the id of a row |
cInd | index | the index of a column |
Available only in PRO Edition
grid.attachEvent("onRowDblClicked", function(rId,cInd){
// your code here
});
if returns false, the event is canceled
Back to top