sets the value of a row from the clipboard
rowId | string|number | the id of a row (optional, the selected row is used by default) |
Available only in PRO Edition
//minimal parameters set
mygrid.updateRowFromClipboard();
//maximal parameters set
mygrid.updateRowFromClipboard("rowID");
Back to top