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?
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.