Hi.
I’m using enableSmartRendering() to load CSV data because paging is not allowed. When I copy the entire grid with gridToClipboard(), TSV and CSV data are mixing. If I don’t use enableSmartRendering(), all the data are TSV and it works well.
The copy logic is something like this. docs.dhtmlx.com/doku.php?id=dhtm … oclipboard
Is there any way to solve this mixing problem?
Thanks in advance!
I have worked around with several formats, and it comes up with loaded file also change to tab separated instead of comma separated.
If there is better way, please let me know! Thanks.
Unfortunately the issue cannot be reproduced locally. Please, try to use the setCSVDelimiter() method:
mygrid.setCSVDelimiter(',');
If issue still occurs - please, provide with any kind of sample of your code or a complete demo where the issue can be reproduced.