[CLOSED] Exporting grid data into special formats

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Exporting grid data into special formats

    Is it possible having export buttons in the grid, so that you can export your data into pdf, xls, txt, cvs formats?

    Even, if the grid has filters applied(filter header plugin), or it is a grid with paging(showing 20 records of 1,000 possible), when you click the export buttons you can export the data you have filtered or the full data even if you are paging.

    Is there any built-in funcionality for achieve this? i.e. the user can have a better experiencie just clicking a button and receiving its file.

    Thanks.
    Last edited by Daniil; Feb 17, 2015 at 12:35 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I wrote a post about how you can do this for Ext.NET 1 quite a while back:
    http://forums.ext.net/showthread.php...o-another-page

    I think it is still relevant for Ext.NET 3 (obviously you'd need to make the necessary changes for it to work for Ext.NET 3) but hopefully that will help.

    The example exports the current page. To export all pages, you would have to go back to your server to get all the records (if it doesn't kill performance!) as the Ext Store doesn't hold all records or remember more than the page's work (else it could kill browser memory).

    Hope that helps?

Similar Threads

  1. Exporting Grid Data for Excel, CSV, XML, HTML, PDF [EXAMPLE Codes]
    By fatihunal in forum Examples and Extras
    Replies: 6
    Last Post: Oct 07, 2016, 1:50 PM
  2. Replies: 1
    Last Post: Jul 21, 2014, 12:57 PM
  3. Replies: 6
    Last Post: Aug 28, 2013, 1:58 PM
  4. Replies: 0
    Last Post: Sep 05, 2011, 10:01 AM
  5. Exporting data from the grid
    By emon in forum 1.x Help
    Replies: 0
    Last Post: Mar 05, 2011, 3:40 AM

Posting Permissions