views:

784

answers:

2

I am displaying some text in a column inside an SPGridView. The text happens to be more than a hunderd character long, and as a result, the webpart becomes too wide.

I tried setting BoundField.ItemStyle.Wrap to true, and I also tried BoundField.ControlStyle.Width and BoundField.ItemStyle.Width values but theyy didn't work...

How do i make the text wrap?

A: 

The column has its own width property - see http://msdn.microsoft.com/en-us/library/microsoft.imm.sdk.sharepoint.medialibrary.column.width.aspx

Andy Mikula
A: 

How about SharePoint view Boost, seems related. I have used it even take a close look at it though.