Categories | Question details Back To List | ||
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. |