Skip to main content

How do I make my own handler for a double click?

Set the flag onRowDblClick in the Events tab and specify Action to be called. After that, add the handler to the Action Handlers:

{
edit: function (args) {
// TODO: Insert your code
}
}

Column filter

See full list of predefined client actions.