fires when the clipboard is enabled and the user presses CTRL+V keys combination
grid.attachEvent("onPaste", function(text) { webix.message("Custom paste behavior: " + text); });