CSV Headers is not visible

Posted by: haridass on 11 November 2021, 8:40 pm EST

  • Posted 11 November 2021, 8:40 pm EST

    After setting a true in column headers, it’s not showing in CSV file/Text file. Is there any property to get the columnheaders ?

    Wijmo Verison: wijmo-5.20182.500

    
    var rng = new wijmo.grid.CellRange(0, 0, dg.rows.length - 1, dg.columns.length - 1),
                    csv = dg.getClipString(rng, true, true);
    
    ```[img]https://gccontent.blob.core.windows.net/forum-uploads/file-d6569400-6c87-4c3c-b920-cf52f0488500.JPG[/img]
  • Posted 15 November 2021, 5:00 am EST

    Hello,

    This issue has already been answered to the original thread, you can find the answer inside your account section or you can open the given link below:

    https://www.grapecity.com/my-account/my-support/case/CAS-26666-Q2B1W4

    Here is a copy of the answer:

    It seems that you are using wijmo version 2018V2 if that’s the case then I’m afraid but the parameter to export the columnHeaders in the CSV had been introduced from the 2018V3 with some minor bug fixes. Therefore I would recommend you update the wijmo build to resolve the issue. You can also refer to the wijmo release information(Changelog section) for more information from the link below:

    https://www.grapecity.com/wijmo/releases/wijmo-2018-v3

    You can also refer to the sample link demonstrating the same: https://stackblitz.com/edit/js-s2xowi?file=index.js

    Regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels