I don't know what property should be used for hiding colums in Data
Grid, whereas in Data Grid View we have
DataGridView1.Colums(index).Visible = False , But how can I hide
Colums in Data Grid..
Secondly Can I make multiple bands in Data Grid View, mean parent and
child table appearance in Data Grid View, If so then how.. because
when I pass a DataSet (which have relationships between the table in
it) to data grid view it only shows the single table and does not have
+ sign with each record to view child table.
Thankss....