Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
webgrid cellmultiline
posted

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

Dim col As Infragistics.WebUI.UltraWebGrid.UltraGridColumn = ug.DisplayLayout.Bands(0).Columns(2)

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.