I have a couple of grid apps with nested grids that work perfectly in my development env (i.e. when run from SC).
When I deploy those grids in my production env, they still work but they are displayed with some CSS info missing or not applied. I only have this issue with grids with nested grids: all grids without nested grids work perfectly in both the dev and the production environment.
This is one of the grid in my dev env.
Note that the nested grid here is collapsed (see the column ‘Lotti’ to the right, with all rows having only the + icon)
I tried different options to show the nested grids, but without solving this issue.
This is how the same grid looks in my prod env.
Note that my prod server is the same box as the SC dev server. The only difference is that deployed SC apps are served to the browser by the standard apache service and PHP provided by the OS (CentOS) and not the by the ones provided by SC