change the backcolor of a column in a datagrid

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top