jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid Export

Tagged: 

This topic contains 6 replies, has 3 voices, and was last updated by  chethans 9 years, 6 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • jqxGrid Export #78627

    chethans
    Participant

    Hi,

    When I try to export jqxGrid data with multiple columns, only columns that are in visible on the screen will be exported. remaining columns that are seen moving horizontal columns around will be empty.

    Kindly help me to resolve this.

    Thanks in advance

    jqxGrid Export #78666

    Mariya
    Participant

    Hi chethans,

    Please take a look at the provided example in which all of the columns are exported at: http://jsfiddle.net/jqwidgets/qs5mr/.
    If you have more questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    jqxGrid Export #78689

    chethans
    Participant

    Hi Mariya,

    After long debugging, here is what i found out.

    Here is my problem statement
    1. add more then 10 column to grid.
    2. Make sure width of the column will be such that horizontal scroll bar appears on the grid.
    3. export data from the grid.
    4. columns that are visible after scrolling will not exported to excel.
    5. Please find below js fiddle link

    http://jsfiddle.net/4zAHJ/216/

    Note : Please check this in chrome browser

    jqxGrid Export #78690

    Peter Stoev
    Keymaster

    Solution: enablecolumnsvirtualization: false

    Regards,
    Peter

    jqxGrid Export #78696

    chethans
    Participant

    Thanks Peter. Great its working.

    I have one more problem. I have SlNo column in the jqxGrid. How to exclude SlNo column while exporting?

    Js fiddle for reference http://jsfiddle.net/4zAHJ/218/

    jqxGrid Export #78697

    Peter Stoev
    Keymaster

    Solution: exportable: false in the column’s settings.

    Regards,
    Peter

    jqxGrid Export #78698

    chethans
    Participant

    Thanks Peter. Great its working.

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

You must be logged in to reply to this topic.