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
220
EditCellStyleDefault-Wrap Set to True NOT Working
posted

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.

Parents
  • 14049
    Offline posted

    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.

Reply Children