jQuery UI Widgets Forums TreeGrid Aggregates and hiding columns

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Aggregates and hiding columns #56171

    rdolan
    Participant

    Hi there

    I notice that when you set the columns as hidden:true in the treeGrid definition that the aggregates do not align under the columns they are associated to. It seems that when you set a column as hidden, it gets hidden in the grid, but still displays in the aggregates status bar. You can test this easily using the below jqWidgets fiddle below. To replicate this , change the hidden property on the FirstName column. You will see that the aggregates do not align.. How can this be resolved in any way?

    http://jsfiddle.net/jqwidgets/WyU62/

    Code To Modify in fiddle
    columns: [{
    text: ‘FirstName’,
    dataField: ‘FirstName’,
    width: 200,
    align: ‘left’,
    cellsAlign: ‘left’,
    hidden: true
    }, {

    Regards
    Robbie

    Aggregates and hiding columns #56174

    Peter Stoev
    Keymaster

    Hi Robbie,

    Thanks for the feedback. We confirm the reported behavior and will do our best to resolve it for a future update of jqxTreeGrid. Unfortunately, a workaround is not available.

    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.