jQWidgets Forums

jQuery UI Widgets Forums Grid Export of JQXGrid

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Export of JQXGrid #99880

    jkapasi
    Participant

    Hi,

    I have created a JAVA Application in which I am using jqxGrid. I want to export the entire grid, which is spread across the pages, in an Excel file.

    I have following doubts regarding export functionality:
    1. I have tried following two ways for export:

    $("#gridProtocols").jqxGrid('exportdata', "xls", 'gridProtocols');
    For the above code, the page redirects to the jqWidgets Server URL.

    $("#gridProtocols").jqxGrid('exportdata', 'pdf', 'gridProtocols', true, null, true, null);
    For the above code we have mentioned Server URL as null but still it goes to default jqWidgets Server URL.

    The doubt I have is what does the Server Page do?

    2. Will the export functionality work in the Evaluation License?

    Thank You.

    Regards,
    Jash Kapasi

    Export of JQXGrid #99923

    Hristo
    Participant

    Hello Jash Kapasi,

    You should determinate the URL parameter with a value of the file where you host the concrete file.
    Otherwise, it will redirect to our server.
    Achieving of this is possible if you have a Developer/Enterprise license.
    Please, take a look at these topics:
    https://www.jqwidgets.com/community/topic/understandingissues-with-grid-export-process/#post-79329
    https://www.jqwidgets.com/community/topic/export-grid-data-test-developer-licence/

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.