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

Re: change the backcolor of a column in a datagrid by Ken

Ken
Fri Oct 24 06:16:46 CDT 2003

Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q

Ken
------------
"Geraldine Hobley" <ghobley@hotmail.com> wrote in message
news:086e01c39a1f$248140a0$a501280a@phx.gbl...
>
> 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
>



Re: change the backcolor of a column in a datagrid by geraldine

geraldine
Mon Oct 27 04:28:38 CST 2003

thanx Ken,
that did the trick.

Geri
>-----Original Message-----
>Hi,
>
>http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q
>
>Ken
>------------
>"Geraldine Hobley" <ghobley@hotmail.com> wrote in message
>news:086e01c39a1f$248140a0$a501280a@phx.gbl...
>>
>> 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
>>
>
>
>.
>