jQWidgets Forums

jQuery UI Widgets Forums Grid Export 2 grids in same time?

Tagged: ,

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Export 2 grids in same time? #14739

    williamtourinho
    Participant

    Hi, its is possible to export 2 grids in same time?
    I’m doing something like:
    $(“#jqxgrid1”).jqxGrid(‘exportdata’, ‘xls’, ‘jqxGrid1’);
    $(“#jqxgrid2”).jqxGrid(‘exportdata’, ‘xls’,’jqxGrid2′);

    But only the first grid is exporting to xls.
    Can you say a event that is triggerd when the export of the first grid is done so i can than export the second grid?

    Export 2 grids in same time? #14740

    Peter Stoev
    Keymaster

    Hi williamtourinho,

    When the “exportdata” is called, a normal Form Post request is sent to a server. We do not have an event triggered when the Export is Ready.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Export 2 grids in same time? #14741

    williamtourinho
    Participant

    Thanks for the speed!
    This means that it’s impossible to export 2 grids at same time?

    Export 2 grids in same time? #14749

    Peter Stoev
    Keymaster

    Hi williamtourinho,

    As we use a Form element for submission and only one form can be submitted at a time, I suppose that the answer of your question is Yes. It is possible to export only 1 Grid at a time.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.