An issue was observed with FNCGrid when displayed within popup form. If the number of rows is large enough (e.g., 10,000 rows), the grid's cells initially shrink, resulting in unexpected white spaces between the cells and scrollbars. The issue resolves itself when interacting with the grid (e.g., double-clicking a cell or resizing the browser window).
If double-clicking any cell on the FNCGrid, or resize the browser, the FNCGrid becomes normal view. That is:
The grid immediately adjusts and appears correctly without white spaces:
The issue is that you are trying to assign a large height number, which might be problematic in the scaling and configuration of the grid. We tested here an on our system with 150% we noticed a height assignment of 45.000 pixels. We'll investigate what is going on when the height of a control with a HTML canvas is set to this height. For now as a workaround, please limit the height of the grid.