Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pyt on Nov 02, 2008 12:08
open dhtmlx forum
Paste from clipboard to a table

Hi,

i'm trying to use clipboard in grid.
Is it possible to paste selected rows to a table such Microsoft Excel?

Thanks in advance!
pyt
Answer posted by Support on Nov 03, 2008 03:19
Yes, you can set same separators, as used in MS-Excel 
    grid.csv.row="\n";
    grid.csv.cell="\t";

and use next operation to copy selected rows in clipboard
    grid.rowToClipboard();