[CLOSED] Export all data from gridpanel if paging

  1. #1

    [CLOSED] Export all data from gridpanel if paging

    Hi,

    I have a gridpanel which can have up to 2000 entries. So I changed the display to paging to cut down the loading times.

    I want to export all the data from the gridpanel to csv by postback.

    If I follow this example:https://examples1.ext.net/#/GridPane...Data_PostBack/ I only get the 20 records which are displayed on the current page. Is it possible to get all the data from all pages?

    Thanks,
    Sharon
    Last edited by geoffrey.mcgill; Feb 20, 2011 at 2:57 PM.
  2. #2

    RE: [CLOSED] Export all data from gridpanel if paging

    Hi,

    We implemented it. Just need to test and write examples. It will be finished today. Now the Store has property: RemotePaging. If set to false (or if no proxy is using) then will be used local paging (you need to add paging toolbar also). If local paging is activated then:

    1. Local paging (even for remote data, dat will be retrieved from remote data source and then you can split it on small part/page and peform local paging)

    2. You can submit data from all grid's pages in one request

    3. If you edit data on various grid's pages then you can save in one request and changes will not be lost when you navigate beetwen pages

    4. Get selected data from all pages

    5. Navigate on page by record

    Also you can use the following post as work-around
    http://forums.ext.net/showthread.php?2557#post16982

    But if you update from SVN then that example should works as you want (save data from all pages)
    Last edited by geoffrey.mcgill; Feb 20, 2011 at 2:57 PM.
  3. #3

    RE: [CLOSED] Export all data from gridpanel if paging

    It does. Thanks. :)

Similar Threads

  1. How Can I export gridpanel data to pdf file
    By jhohan25 in forum 1.x Help
    Replies: 0
    Last Post: Jun 02, 2011, 9:41 PM
  2. Replies: 0
    Last Post: Dec 22, 2010, 7:33 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. Replies: 1
    Last Post: Apr 19, 2010, 2:44 PM
  5. Export data from GridPanel to Pdf
    By marcmvc in forum 1.x Help
    Replies: 2
    Last Post: Oct 17, 2009, 3:42 AM

Posting Permissions