Hi! When I have this property set in the DisplayLayout in the ASP page, it does not wrap when you go into edit mode of the cell. I've also tried the property EditCellStyle.Wrap = True in the VB code behind and that doesn't work either. Any ideas? Thanks.
Hi Jeff,
The cell editor is a simple input with type=text which does not have wrapping capabilities.
If you're trying to have a multiline editor for a cell, you need to set CellMultiline=Yes off the cell's column.
Thanks for your reply however I have a couple questions...
1) I don't see CellMultiline property (either in the gridlayout properties OR within the intellisense of the VB code). I'm running Infragistics webgrid 8.2. Where would I find that property?
2) If the properties EditCellStyle.Wrap AND EditCellStyleDefault-Wrap don't wrap the text when you edit the text, what do those properties do?