Hi All,
I’m looking for solution that will allow me to paste data from clipboard into grid simply by selecting any cell and pressing ctrl+v (or ctrl+insert).
I’ve tried Spreadsheets http://dhtmlx.com/docs/products/dhtmlxSpreadsheet/index.shtml where it works exactly as I need (in IE, FF, Chrome). But I don’t need any advanced features of spreadsheet like functions, etc.
I need to set custom column names instead of (A,B,C,…). And I don’t want to use Spreadsheets server side. I would like to serialize whole grid and post it to my server.
I’ve checked grid documentation at http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:clipboard_operations and it doesn’t allow ctrl+v like spreadsheet.
What solution is closer to my requirements Grid or Spreadsheet?
Cheers,
Dalibor