Click to See Complete Forum and Search --> : DataGridView Background clolor


erummirza
08-07-2007, 06:23 AM
I m using datagridview in vb.net(VS 2005) i wanted to change its backgroundcolor property to Transparent by setting its properties(in properties panel) but it des not allow me to do so and gives error message box

property value is not valid

any one have idea how to set its backgroundcolor to transparent ..?

lmf232s
08-07-2007, 09:51 AM
Try using the CssClass of the DataGridView and then in your class set the background property.