how to hide top header of datagrid?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

dgNameFound.Items[0].Cells[0].Visiable= false;

i'm using this to hide the items in a datagrid and it works fine... but i do
not know how to hide the header of the column. can someone please show me how
this is done?
 
do the same thing in the itemdatabound, except that you would be turning the
cell visibility off

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
Back
Top