We are using TMS Web Core 2.6.1.2. If you want to completetly style a TWebStringGrid including its background via CSS, you are lost when it comes to styling the background of fixed columns or rows. This color is ruled by the FixedColor property of the TWebStringGrid. A workaround is to get the desired color from the CSS file programmatically and assign it to the FixedColor property. Setting FixedColor to a don't care value like clNone to indicate that the grid's background color specified in the CSS file should be used would be appreciated.
Good remark, we'll investigate to make it easier to style also via CSS.
- We adapted the component to avoid setting the color when FixedColor = clNone
- OnGetCellClass can also be used to override colors via a CSS class set this way
Thank you.