This problem seems similar to the problem described in http://forums.infragistics.com/forums/t/20189.aspx, except that I'm seeing CellMultiline work fine (I'm on 2009 V1). My problem is with CellStyle.Wrap. We have a data column that contains a long string of text. The text must wrap so that it is all visible to the user. To achieve this, we had CellStyle.Wrap set to true. A customer reported that we were throwing away any text in the cell that looked like HTML. But when we turn on HTMLEncodeContent on the column, the cell stops wrapping until the first time someone edits the value in that cell. Is there someway to achieve both the cell wrapping and the display of HTML tokens?