jQWidgets Forums

jQuery UI Widgets Forums Grid Two grid on exportdata

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Two grid on exportdata #74045

    Siva
    Participant

    Hi Team,

    I have an scenario on export data API.
    I want to put more than one GridId. Instead of this below two separate line code.

    $(“#gridone”).jqxGrid(‘exportdata’, ‘pdf’, ‘Gridtest1’);
    $(“#gridtwo”).jqxGrid(‘exportdata’, ‘pdf’, ‘Gridtest2’);

    Is there anyway to achieve?

    Two grid on exportdata #74047

    ivailo
    Participant

    Hi Siva,

    There is not built in function about this feature.
    The only way to achieve this is adding the exported grids to variable then send this variable to the server.
    On the server you can handle it in your prefered way.

    Best Regards,
    Ivailo Ivanov

    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.