I wonder if is there any way to make a GridView transparent.
I know that the borders can be made transparent and i know how to do it,

but the area 1 and 2 in the image, backgrounds of the cells and titles are my concern.
i prefer to keep my original background image so i prefer transparency. But if it’s a no go
i can accept to add a background image too i guess.
Thanx in advance.
It looks like you’re using the built in styles of a GridView. For example, your gridview might look something like:
If that is the case, just remove all of your styles like so:
Alternatively, you can override the inline styles of the Gridview using CSS and the !important property like so (you’ll need to update the CSS accordingly):