jQWidgets Forums

jQuery UI Widgets Forums Grid Exporting Paged Data

Tagged: 

This topic contains 3 replies, has 3 voices, and was last updated by  dave8 10 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Exporting Paged Data #8123

    shimmoril
    Participant

    I have a grid that is pagable and I need to be able to export all the data, not just what is visible on the screen. Can you please provide information on how this would be possible?

    Exporting Paged Data #8130

    Peter Stoev
    Keymaster

    Hi shimmoril,

    In other post, you mentioned that you use server paging i.e you actually have loaded only 1 page in a view and 1 page with records loaded. The Grid’s export functionality works with the loaded records into the Grid. If you load all data at once, that data would be exported. All rows returned by the Grid’s getrows method are exported.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Exporting Paged Data #8184

    shimmoril
    Participant

    Yes, I understand that it will only export the data it has retrieved. The problem is that we have so much data we can’t retrieve and display it all at once, but users still need to be able to export it all. Is there no way to accomplish this with the new export functionality?

    Exporting Paged Data #67264

    dave8
    Participant

    JQXgrid Export is going to be of little use in our setting if there is not a way to use server side paging to get records in the export. I understand that this is not going to be a support feature.

    Before we write these services ourselves without the use of jqwidgets, I thought I’d ask – is there anything in the works for this ?

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

You must be logged in to reply to this topic.