CSV parsing problem with embedded commas

I am using loadCSVString to load a grid. When a value contains embedded commas, they are enclosed in double-quotes, as is industry standard. The loadCSVString function does not recognize the double-quotes and separates the data by the embedded comma. Same is true when using serializeToCSV any cell that contains an embedded comma added by the user is not enclosed in double-quotes and is now a new data element.

Is there a something else I should be doing (besides changing the delimiter) to get this to work correctly? I am currently using the Standard version. Thanks.

…br

Please, have a look at the following example:
dhtmlx.com/docs/products/dht … d_csv.html

All you need is to change the delimiter on the suitable