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
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