Need help in datagrid!!!

jmcilhinney is right, you have to use DataGridColumnStyle and HeaderText property, did you read the example in documentation?:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsdatagridcolumnstyleclassheadertexttopic.asp

Here is another article from MSDN "Customizing the Windows Forms DataGrid" where they tell about all the wonderful things you can do with this stuff:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf_CustDataGrid.asp
 
Back
Top