GridSettings
23 Sep 20251 minute to read
Specifies the configuration of the columns in the popup content.
Properties
allowResizing boolean
Specifies whether resizing of columns is enabled in the popup grid content.
Defaults to false
allowTextWrap boolean
Specifies whether to allow text wrapping of the popup grid content.
Defaults to false
enableAltRow boolean
If enableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative row elements.
Defaults to false
gridLines GridLine
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
rowHeight number
Defines the height of rows in the popup content.
Defaults to null
textWrapMode WrapMode|string
Specifies the mode for text wrapping in the popup grid content. Options include ‘Both’, ‘Content’, and ‘Header’.
Defaults to WrapMode.Both
Events
resizeStart EmitType<ResizeArgs>
Triggers when the column resizing begins.
resizeStop EmitType<ResizeArgs>
Triggers when the column resizing ends.
resizing EmitType<ResizeArgs>
Triggers during the column resizing.