Please can you give me a jsFiddle template.
I have the option:
selectionModel: { type:"row", mode:"single", column:false, all:false, toggle:false}, // Select rows
rowDblClick: function(event, ui) { $("#dialog").dialog("open"); },
It happens when above the dialog closes. It also happens when I right click a context menu on the grid, but doesn't happen if the trigger was not the grid, like a button outside the grid.
If you post a jsFiddle template I will do it for you. I used to have one but can't find it.