FlexGrid Bug - Scrollbars are missing

Posted by: gibbonsk on 19 January 2024, 5:46 am EST

  • Posted 19 January 2024, 5:46 am EST

    We have a production issue that is affecting all of our FlexGrids, across multiple applications. I was able to replicate the issue in a code sandbox (link below).

    The problem is that the grids are sporadically missing their vertical and horizontal scrollbars. It appears to be a timing issue in the Flexgrid based on when data is loaded.

    https://codesandbox.io/p/devbox/wijmo-flexgrid-missing-scrollbars-spmpvh?file=%2Fsrc%2Fapp%2Fapp.component.html

  • Posted 21 January 2024, 11:34 pm EST

    Hi,

    Thank you for sharing the sample, we are investigating the sample to find the root cause of this issue, it will take some time, we will update you on its progress soon.

    Meanwhile, to avoid this issue, you can use the following CSS configuration -

    .wj-flexgrid div[wj-part="root"] {
      overflow: auto !important;
    }

    Regards,

    Vivek Pannu

  • Posted 22 January 2024, 6:26 pm EST

    Hi,

    We found that this issue can be observed in the FlexGrid when columns are not specified inside the ‘component.html’ file and data is inserted in the grid with some delay, which should not be happening. So, we have forwarded this issue to the dev team for further investigation with internal tracking ID: WJM-33240.

    We will update you on its progress as soon as we have more information from the dev team.

    For now, you can continue to use the workaround we suggested in our last comment, i.e. use the following CSS -

    .wj-flexgrid div[wj-part="root"] {
      overflow: auto !important;
    }

    Regards,

    Vivek Pannu

Need extra support?

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

Learn More

Forum Channels