[CLOSED] how to export few columns from grid store to excel?

  1. #1

    [CLOSED] how to export few columns from grid store to excel?

    Hi,

    I want to export some selected columns only to excel sheet. In a data store I have 20 record fields, out of these 20 fields I want to export about 10 to 15 fields. Is it possible?
    Last edited by Daniil; Apr 02, 2012 at 9:01 PM. Reason: [CLOSED]
  2. #2
    Hi,

    There is the "filterField" option in the getRowsValues method.

    GridPanel1.getRowsValues({ filterField : function (r,name, value) { return name != 'someField1' && name != 'someField2'; }});
    The filterRecord option will exclude the "someField1" and "someField2" fields.

Similar Threads

  1. Export the grid to excel
    By Mr.Techno in forum 1.x Help
    Replies: 34
    Last Post: Aug 23, 2013, 11:39 AM
  2. Export data to excel - in order columns
    By tanju_yayak in forum 1.x Help
    Replies: 2
    Last Post: Mar 22, 2012, 6:40 AM
  3. [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
  4. Excel Export in Grid
    By BLOZZY in forum 1.x Help
    Replies: 0
    Last Post: Oct 09, 2011, 11:37 AM
  5. How to export store to Excel
    By heysol in forum 1.x Help
    Replies: 10
    Last Post: Jul 31, 2009, 2:35 PM

Tags for this Thread

Posting Permissions