Row height changes after collapsing groups in React Wijmo Flexgrid

Posted by: ozan.bilgic on 29 August 2023, 11:11 pm EST

  • Posted 29 August 2023, 11:11 pm EST - Updated 29 August 2023, 11:16 pm EST

    When I collapse groups, row height changes. On the screenshot, I collapse “Owner: System Admin” and after that the row height of “Owner: Peter Brown” changes.

    How can I fix this? Thanks.

  • Posted 30 August 2023, 8:11 pm EST

    Hello,

    In case you want to have a default height for all the rows(which shouldn’t get adjusted as per the content inside the cell) then you may set the defaultSize property RowCollection(grid.rows). You can refer to the API link below for more information:

    https://www.grapecity.com/wijmo/api/classes/wijmo_grid.rowcolcollection.html#defaultsize

    If you want the row heights to be automatically adjusted as per the cell content then you can set the autoRowHeights property of FlexGrid to true. Please refer to the API link below:

    https://www.grapecity.com/wijmo/api/classes/wijmo_grid.flexgrid.html#autorowheights

    If the issue still persists please share a small sample replicating the issue so that we can further investigate the issue at our end and assist you accordingly.

    Regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels