Interface for a class GridSettings
Triggers when the column resizing begins.
Triggers when the column resizing ends.
Triggers during the column resizing.
boolean
Specifies whether resizing of columns is enabled in the popup grid content.
boolean
Specifies whether to allow text wrapping of the popup grid content.
boolean
If enableAltRow
is set to true, the grid will render with e-altrow
CSS class to the alternative row elements.
Defines the mode of grid lines. The available modes are,
Both
: Displays both horizontal and vertical grid lines.None
: No grid lines are displayed.Horizontal
: Displays the horizontal grid lines only.Vertical
: Displays the vertical grid lines only.Default
: Displays grid lines based on the theme. number
Defines the height of rows in the popup content.
WrapMode
| string
Specifies the mode for text wrapping in the popup grid content. Options include ‘Both’, ‘Content’, and ‘Header’.