jQWidgets Forums

jQuery UI Widgets Forums Grid grid export is broken by autoheight

This topic contains 1 reply, has 2 voices, and was last updated by  Ivo Zhulev 8 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • grid export is broken by autoheight #87124

    xrixite
    Participant

    Hi not sure if this is a bug but when autoheight is set, the export functionality breaks:

    $(“#jqxgrid”).jqxGrid({
    autoheight: true,
    width: 500,
    source: dataAdapter,
    theme: ‘energyblue’,
    editable: true,
    selectionmode: ‘singlecell’,
    columns: [{
    text: ‘First Name’,
    columntype: ‘textbox’,
    datafield: ‘firstname’,
    width: 90
    }, {
    text: ‘Last Name’,
    datafield: ‘lastname’,
    columntype: ‘textbox’,
    width: 90
    }]
    });

    grid export is broken by autoheight #87176

    Ivo Zhulev
    Participant

    Hi xrixite,

    We cant reproduce that behavior.
    Can you please make a simple fiddle showing it?

    Best Regards,
    Ivo

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

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

You must be logged in to reply to this topic.