A albertkhor Well-known member Joined Jan 12, 2006 Messages 150 Programming Experience Beginner Jan 18, 2006 #1 Check on the link! http://www.vbdotnetforums.com/showthread.php?t=7573
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,827 Location Norway Programming Experience 10+ Jan 18, 2006 #2 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 Upvote 0 Downvote
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