I have a nested grid that combines several grids into a report, which can be viewed or printed.
I have a perfect format on the screen, but when I click on the Print button (and others, but print is the key), the previewed page (Created by tb_show() using the appname_config.print.php file) does not show all of the formatting.
This seems to be specifically limited to Summary grid content, where I have background coloured specific cells depending on the content. (I search for the content in the elements of a particular class and then add the relevant class to get my colour formatting and this works very weell on all screens, but fails in the report print/export)
If you print the non-nested version of the app it works exactly as expected!
I’ve reapplied this same formatting in the main grid and that makes no difference!
Everywhere else, I’m generally formatting in the grid without adding a class and this works fine. Directly colouring the element without a class doesn’t work either.
Any ideas?