Home All Groups Group Topic Archive Search About

How to remove blank left most column in a DataGrid

Author
16 Oct 2006 9:09 PM
WayneM
I am using VS2005 and using a DataGrid.  The default seems to be a fixed or
empty column on the left.  How can I remove that, since there is no 'fixed
columns' type of property.

Thanks for any help in advance,

WayneM

Author
25 Oct 2006 7:48 PM
xla76
Try setting the RowHeadersVisible property to False.

Pete


WayneM wrote:
Show quoteHide quote
> I am using VS2005 and using a DataGrid.  The default seems to be a fixed or
> empty column on the left.  How can I remove that, since there is no 'fixed
> columns' type of property.
>
> Thanks for any help in advance,
>
> WayneM