jQWidgets Forums

jQuery UI Widgets Forums Angular Exporting grid data with filtering/grouping

This topic contains 4 replies, has 2 voices, and was last updated by  Ivo Zhulev 7 years, 11 months ago.

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

  • ashrithhc
    Participant

    Hi,

    We have recently migrated to Angular4 and while we are trying to export grid data after filtering/grouping, the data exported contains all the data even though filtering was applied. We were able to export with filtered data when we created the grid using JQuery. Can you let us know if this is a known issue since I couldn’t find any demo for this.

    Thanks,
    Ashrith


    Ivo Zhulev
    Participant

    Hi ashrithhc,

    I could not reproduce that behavior. After applying a filter the exported data was the filtrated one.
    You could make me an example or post some sample code here, so I can look futher.

    Best Regards,
    Ivo

    jQWidgets Team
    http://www.jqwidgets.com/


    ashrithhc
    Participant

    Hi Ivo,

    Is there any sample that exports data with filtering using the Angular plugin that works?

    Thanks,
    Ashrith


    ashrithhc
    Participant

    HI Ivo,

    Let me rephrase my question. I will try to be more specific.

    We are working on a Angular2 app and we are using JQWidgets in it. We are using the Angular2 plugin provided by JQWidgets for Angular2. I have few questions around it.

    1) Working with Angular2 plugin provided by JQWidgets , can we work with all the features of JQWidgets or there are limitations in this plugin ?

    2) I have a JQX grid in my Angular2 app. We want to implement the export feature. But we are working with Angular plugin only and no jQuery way for JQWidget features. Now, we have sorting, filtering and grouping enabled in the JQX grid. Question is – using the Angular plugin can we export data from the grid which will maintain, sorting, filtering and grouping in the exported data?

    Please let us know.

    Thanks,
    Ashrith


    Ivo Zhulev
    Participant

    Hi ashrithhc,

    1) Yes, all features of jQWidgets are available in the Angular.

    2) Yes, the export will maintain all of the sorted/grouped/filtered data. Just make an Angular jqxGrid, enable this features(grouping,sorting,filtering etc.), place a button which will export to let’s say .pdf on click and try it. I’ve tested it several times and all is okey 🙂

    Best Regards,
    Ivo

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.