Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gigi on Apr 07, 2008 21:55
open dhtmlx forum
Copying a number in comma separated format to a cell

Hi,


I want to copy the number 1,234 (One thousand two hundred and thirty four)from MS Office excel, to a cell in dhtmlxgrd/tree grid in comma separated format itself.How can i do it?
Answer posted by Support on Apr 08, 2008 01:51
By default grid uses comma as separator for operations with clipboard, buy you can change it by
    grid.setCSVDelimiter("\t"); // or any other char

When non-comma char used as separator, there must not be any problem with number copy.