Specifies the configuration of the columns in the popup content.
boolean
Specifies whether resizing of columns is enabled in the popup grid content.
Defaults to false
boolean
Specifies whether to allow text wrapping of the popup grid content.
Defaults to false
boolean
If enableAltRow
is set to true, the grid will render with e-altrow
CSS class to the alternative row elements.
Defaults to false
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.Defaults to Default
number
Defines the height of rows in the popup content.
Defaults to null
WrapMode
| string
Specifies the mode for text wrapping in the popup grid content. Options include ‘Both’, ‘Content’, and ‘Header’.
Defaults to WrapMode.Both
Triggers when the column resizing begins.
Triggers when the column resizing ends.
Triggers during the column resizing.