jQuery UI Widgets Forums TreeGrid exportdata in Object whitout export to file

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

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

  • by_homer
    Participant

    Hello

    I work with jqxGrid and the method “exportdata” very well…
    when i write:
    var test = $("#jqxgrid").jqxGrid('exportdata', 'json');
    i have in the variable my json and can work whit this…

    but now i need this in “jqxTreeGrid” too…

    i have see that this work with a “Object(optional)” but i dont understand this…

    what i need to do?

    at the moment the sctipt try to save the file on “http://jquerygrid.net/export_server/save-file.php”
    but i never write this URL Oo
    i dont understand this… i need this only for work on my Webapplikation… not for export to a file

    thanks for help!!!!! have a nice day


    Hristo
    Participant

    Hello by_homer,

    You could achieve this when set fileName: null in the exportSettings property of the TreeGrid.

    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.