Hi Kevin,
I assume that you are using AutoGenerateColumns="True" to bind the datagrid.
If so, you can set width of each column. In order to control width of
column, you need to apply AutoGenerateColumns="False". Then create either
Bound Column or Template Column for each data field and assign
HeaderStyle-Width and ItemStyle-Width values.
HTH
"Kevin Humphreys" <> wrote in message
news:...
> Hi,
> I have a basic datagrid. But I want to change the width of one of the
> columns. The problem is all of the columns are the same width.
> I am using an unbound datagrid being filled by a dataset.
>
> Can you help?
>
> Thanks In Advance,
>
> Kevin.
>
>
|