I have a bound and unbound columns in datagrid. I want to hide some bound and unbound columns, but in vain. How can I do that?
Following command line (vb.net) seems to be not working:
mygrid.Columns(“unbound_column1”).Visible = False
mygrid.Columns(“bound_column1”).Visible = False
Any suggestion?
Imported from legacy forums. Posted by PETE (had 3006 views)