jQWidgets Forums

jQuery UI Widgets Forums TreeGrid Change Export Settings

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Change Export Settings #73535

    achirinos
    Participant

    Hi guys,

    Is there a way to change the export settings after the TreeGrid is created!

    I have implement a TreeGrid so I can dynamically hide or show columns using the hideColumn/showColumn methods.

    Now I want to be able to export data with or without the hidden columns?

    So, is there a way to do this! can I change the export settings?

    or can I overload the exportData method?

    Thanks

    Change Export Settings #73539

    Peter Stoev
    Keymaster

    Hi achirinos,

    You can set the new exportSettings in the same way you set any property in jQWidgets. $(“#treeGrid”).jqxTreeGrid({someProperty: propertyNewValue});

    Regards,
    Peter Stoev

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

You must be logged in to reply to this topic.