[CLOSED] Grid-Date Export Example: Export whole data of remote Store

  1. #1

    [CLOSED] Grid-Date Export Example: Export whole data of remote Store

    Hello,

    I have a question regarding to the export data examples:

    https://examples1.ext.net/#/GridPane...ort_Data_Ajax/


    https://examples1.ext.net/#/GridPane...Data_PostBack/

    What is the most efficient way to export all data (not only the current page) if you use a remote store?

    I guess I have to set the PageSize temporary to 0 and then back to my normal PageSize or something like that?

    I also want to avoid reloading my grid. I simply only need the Export-Functionality when clicking the Export-Button.

    Maybe the most efficient solution is to use a second store and showing a load-panel while exporting (for huge stores)?


    Regards,

    Martin


  2. #2

    RE: [CLOSED] Grid-Date Export Example: Export whole data of remote Store

    Hi,

    Maybe the most efficient solution is to use a second store and showing a load-panel while exporting (for huge stores)?

    Just imagine that you have several millions of records. The store cannot handle such amount


    What is the most efficient way to export all data (not only the current page) if you use a remote store?

    Just make request to the server (for example, Button Click direct event with IsUpload="true"), read data from DB (or another data storage), convert the data to the required format and send it back to the client like in the methioned example (Export_Data_Ajax)

Similar Threads

  1. [CLOSED] Export store data to Excel using HttpProxy
    By ecko in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 15, 2011, 11:54 AM
  2. [CLOSED] data export from grid
    By GLD in forum 1.x Legacy Premium Help
    Replies: 26
    Last Post: Nov 02, 2011, 10:28 AM
  3. [CLOSED] Export Data To Excel in Remote Paging GridPanel
    By pdcase in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 11, 2010, 8:49 PM
  4. [CLOSED] Export store (remote paging)
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 22, 2010, 12:06 PM
  5. Can we export all store's data?
    By xerobiker in forum 1.x Help
    Replies: 16
    Last Post: Apr 01, 2010, 12:10 PM

Posting Permissions