Search results

TextWrapSettings API in JavaScript (ES5) TreeGrid API control

Configures the textwrap behavior of the TreeGrid.

Properties

wrapMode

WrapMode

Defines the wrapMode of the TreeGrid. The available modes are:

  • Both: Wraps both the header and content.
  • Content: Wraps the header alone.
  • Header: Wraps the content alone.

Defaults to Both