срабатывает, когда the clipboard is enabled and the user presses CTRL+V keys combination
text | string | текст для вставки |
grid.attachEvent("onPaste", function(text) {
webix.message("Custom paste behavior: " + text);
// в этом обработчике можно переопределить то,
// как будет работать вставка
});