Hello,
I've looked for help to wordwrap in a column in a webgrid and its sounds straightforward but nothing is wrapping for me.
I'm using:
ug.DisplayLayout.RowSizingDefault = Infragistics.WebUI.UltraWebGrid.AllowSizing.Free
col.CellMultiline = Infragistics.WebUI.UltraWebGrid.CellMultiline.Yes
I'm using this with webdialogwindow. Might this be the problem? Are there other settings that would keep this from working?
Thanks for your help.
ug.DisplayLayout.RowStyleDefault.Wrap = True
that turned out to be the missing step.
The following post may address this issue:http://forums.infragistics.com/forums/p/16543/60296.aspx#60296