Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   unable to limit width of datagrid column (http://www.velocityreviews.com/forums/t775507-unable-to-limit-width-of-datagrid-column.html)

Craig Traxler 02-26-2005 09:59 PM

unable to limit width of datagrid column
 
I am unable to limit the width of a column in a datagrid and not have the
column wrap text. I would prefer the column just clipped. The column is a
hypertext column and I have unchecked wrap text on the column properties in
the format tab of the property builder. I have also set wrap text property
to False in the ItemStyle property on the properties dialog for the DataGrid
control. Any suggestions?

FYI, I looked for help and saw references to the TableStyle property for the
DataGrid. I do not find this property in the properties dialog and am unable
to reference it in code in the .vb file for the form. Not sure if this issue
is related.

I am developing in VB.

Alex Homer 02-27-2005 11:38 PM

Re: unable to limit width of datagrid column
 
These might help...
http://www.daveandal.net/books/6744/...ntrolgrid.aspx
http://www.daveandal.net/books/6744/...litemgrid.aspx


"Craig Traxler" <Craig Traxler@discussions.microsoft.com> wrote in message
news:62CF4F1B-5569-4617-8381-6AE364D5487D@microsoft.com...
> I am unable to limit the width of a column in a datagrid and not have the
> column wrap text. I would prefer the column just clipped. The column is

a
> hypertext column and I have unchecked wrap text on the column properties

in
> the format tab of the property builder. I have also set wrap text

property
> to False in the ItemStyle property on the properties dialog for the

DataGrid
> control. Any suggestions?
>
> FYI, I looked for help and saw references to the TableStyle property for

the
> DataGrid. I do not find this property in the properties dialog and am

unable
> to reference it in code in the .vb file for the form. Not sure if this

issue
> is related.
>
> I am developing in VB.





All times are GMT. The time now is 02:32 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57