change the backcolor of a column in a datagrid

  • Thread starter Thread starter Geraldine Hobley
  • Start date Start date
G

Geraldine Hobley

Hello I have a datagrid textboxcolumn setup as follows:

Dim tcJobkey As New DataGridTextBoxColumn
tcJobkey.MappingName = "Jobkey"
tcJobkey.Width = 50
tcJobkey.HeaderText = "Job key"
tcJobkey.ReadOnly = True


Please could you tell me how to set the back colour of
this particular column, if this is possible.

Thanx
Geraldine
 
Back
Top