Transparent Component

How can I make a component such as Grid or TreeGrid transparent. I tried setting the opacity but the text also became transparent.

Thanks,
Eugene

You will have to play around with the CSS attribute background-color where you set a transparent color for example with CSS’ function [rgba()]
(https://www.w3schools.com/cssref/func_rgba.asp). This way, everything except the background (Text, Icons, Components, etc.) will remain opaque, while the background is transparent.

I assume that setting the background-color on the grid directly will not help much, instead you will probably have to set it on the row, or on the cell even.