Search results

TextWrapSettings API in JavaScript (ES5) Grid API control

Configures the text wrap settings of the Grid.

Properties

wrapMode

WrapMode

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

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

Defaults to Both