jQWidgets Forums

jQuery UI Widgets Forums Grid How come the columns of nested grid cannot be resized in PC's browsers

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 8 months ago.

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

  • midi
    Participant

    Hi,

    I just set an attribute “columnsresize: true” in your codes of nested grid demo and it was like this:


    if (grid != null) {
    grid.jqxGrid({ source: orderssource, theme: theme, width: 600, height: 200,
    columnsresize: true,
    columns: [
    { text: 'Ship Name', datafield: 'ShipName', width: 200 },
    { text: 'Ship Address', datafield: 'ShipAddress', width: 200 },
    { text: 'Ship City', datafield: 'ShipCity', width: 150 },
    { text: 'Ship Country', datafield: 'ShipCountry', width: 150 },
    { text: 'Shipped Date', datafield: 'ShippedDate', width: 200 }
    ]
    });
    }

    I also imported the jqxgrid.columnsresize.js in the file header.

    But I found the columns of nested grid still can not be resized in PC’s browsers. However, they can be resized on iPad.

    Can you help me with above problem?

    Many thanks,
    midi


    Peter Stoev
    Keymaster

    Hi midi,

    I confirm the reported issue with the column resizing in a nested Grid and also created a work item about it. We’ll fix it for the next build scheduled for 07-Sep. Thank you for the valuable feedback!

    Best Regards,
    Peter Stoev

    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.