serializeToCSV - no delimiter set

I use

myBox.setCSVDelimiter(",");
var devices = myBox.serializeToCSV(true);

to serialize the first column but no delimiter is set.

If I URLcode the serialized string with

devices = devices.replace(/(\r\n|\n|\r)/gm,"%0A");

I can use 0A as delimiter on server side but still no “,” is set as delimiter (same is for other delimiters).

If I use the copyToClipboard functions the delimiter set with myBox.setCSVDelimiter(",") is used.

Using V3.5 pro

Unfortunately the issue cannot be reproduced locally.
The following sample works well in case of expoprting to csv with comma delimiter
dhtmlx.com/docs/products/dhtmlxG … d_csv.html
If the problem still occurs for you, please, provide with any kind of sample of your code or with a complete demo, where the problem can be reproduced locally.

I don´t use the all in one JS. I´ll use the single .js because I only use dhtmlgrid sao it makes no sense to load the complette package.

And with the single .js the problem exists.

Greetings

If the problem still occurs for you, please, provide with any kind of sample of your code or with a complete demo, where the problem can be reproduced locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/auxiliary_docs__ … pport.html