Column Header expands and shifts all rows down

Posted by: sreasinger on 4 January 2021, 7:45 am EST

  • Posted 4 January 2021, 7:45 am EST

    We have certain data that causes the column header to expand by one row. This shifts all rows down. But we are trying to align multiple grids so we do not want the column header to expand in specific instances. I believe we can turn this off using autoresize but I cannot determine the correct call to stop this temporarily when loading the specific grid but not changing the default behavior for other grids.

  • Posted 5 January 2021, 3:34 am EST

    Hi Scott,

    Could you please share some screenshot of the issue or even better a small sample to replicate the issue so that we could further investigate and assist you accordingly.

    Regards

    Sharad

  • Posted 5 January 2021, 8:35 am EST - Updated 3 October 2022, 2:55 pm EST



    You can see in the middle section the column headers increased in row size and are now misaligned with the other two grids. We need to prevent the column header from expanding the extra row.

  • Posted 6 January 2021, 1:10 am EST

    Thank you for sharing the screenshot. From the screenshot it seems like some issue related to the implementation. Could you please share a sample replicating the issue so that we could further investigate it and assist you accordingly?

    Also, you could try to set the height of the rows using defaultSize property as follows:

    grid.columnHeaders.rows.defaultSize = 15;
    
Need extra support?

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

Learn More

Forum Channels