It looks like your two monitors have different dpi values. Most likely, one of them is a high-res 4K screen. If so, you need to process this situation in code and set the grid properties accordingly.
For example, if you use fixed column widths in pixels, they must be multiplied by the display scale factor. An alternative solution is using auto-width for columns, but all this depends on how you set up your iGrid.