I have these fields on Customer DataTable: ID,title,Name,Addrs,email,Fax and this code to bind the DataGridView:
DataTable
DataGridView
If the gridview autogeneratecolumns attribute is set to true change it to false and then do as Raimond suggested. Example: