GridSettingsModel
23 Sep 20251 minute to read
Interface for a class GridSettings
Properties
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.
allowResizing boolean
Specifies whether resizing of columns is enabled in the popup grid content.
allowTextWrap boolean
Specifies whether to allow text wrapping of the popup grid content.
enableAltRow boolean
If enableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative row elements.
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.
rowHeight number
Defines the height of rows in the popup content.
textWrapMode WrapMode|string
Specifies the mode for text wrapping in the popup grid content. Options include ‘Both’, ‘Content’, and ‘Header’.