jQWidgets Forums

jQuery UI Widgets Forums Grid Problem with csv Export.

Tagged: 

This topic contains 2 replies, has 1 voice, and was last updated by  Shreyansh 9 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Problem with csv Export. #74530

    Shreyansh
    Participant

    html:
    files import:
    <script src=”js/grid/jqxdata.export.js” type=”text/javascript”></script>
    <script src=”js/grid/jqxgrid.export.js” type=”text/javascript”></script>

    html control:
    Download a spreadsheet template

    js function:
    $(“#csvExport”).click(function () {
    $(“#jqxgrid”).jqxGrid(‘exportdata’, ‘csv’, ‘Vehicle Register’);
    });

    I have gone through many forum discussions but did not get any solution, the problem is this code was working for last 2 days but today morning I don’t know why it stop functioning, today I made few changes and added csvToTable feature but even when I removed my changes it do not worked. Is there any bug or something or any thing i am missing. Plz help guys…

    Problem with csv Export. #74531

    Shreyansh
    Participant

    Seems like this “Download a spreadsheet template” anchor tag is moving control to the csvExport click function but the page jz refresh and nothing happen.

    Problem with csv Export. #74533

    Shreyansh
    Participant

    problem solved for me… 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.