jQuery UI Widgets Forums Grid Export customise grid data

This topic contains 2 replies, has 2 voices, and was last updated by  manoj.singh 10 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Export customise grid data #56007

    manoj.singh
    Participant

    Hi,

    I am using grid and all functionality works amazing so far.

    I am using export functionality of grid. I want to remove Image column from exported data because Image is not showing (only image links appear) in xls file.

    Is this possible?

    Can you please confirm!!!

    Export customise grid data #56009

    Dimitar
    Participant

    Hello manoj.singh,

    You can set the image column’s exportable property to false and it will not be exported, e.g.:

    { text: 'Image', datafield: 'Image', width: 60, cellsrenderer: imagerenderer, exportable: false },

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export customise grid data #56010

    manoj.singh
    Participant

    Hi Dimitar,

    Thanks for your reply and its working perfect.

    Thanks a lot.

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

You must be logged in to reply to this topic.