S
Samuel Shulman
The GridView show an image that takes say 75px in height then I set the next
column to 200px wide because I don't want the text to wrap
However it still wraps the text and the width of the columns remain far less
than 200px
Is there any way to force the width of a column
Below is the code:
<asp:BoundField DataField="Description" SortExpression="Description"
ItemStyle-Width="220px"/>
Thank you,
Samuel
column to 200px wide because I don't want the text to wrap
However it still wraps the text and the width of the columns remain far less
than 200px
Is there any way to force the width of a column
Below is the code:
<asp:BoundField DataField="Description" SortExpression="Description"
ItemStyle-Width="220px"/>
Thank you,
Samuel