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
275
HTMLEncodeContent interferes with CellStyle.Wrap
posted

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?