I have a PdfGrid in a document with odd rows set with a BackgroundBrush color set.
I also have a column in the grid that contains an image (using the cell Style.BackgroundImage property).
The grid renders properly for all even rows (the images are displayed). For all rows with a BackgroundBrush set, the images are apparently hidden by the background color. I can set the cell style BackgroundBrush to Transparent and the images all show correctly, however, I lose the nice alternating color bands across all columns.
Is there any way around this? Apparently, the BackgroundBrush is applied after drawing the cell background image.