Grid Structure
The following Injection Tokens apply to the Grid Structure.
Grid Size
GRID_WIDTH
This Injection Token modifies the width of the DikeGrid instances.
GRID_HEIGHT
This Injection Token modifies the height of the DikeGrid instances.
Header
HEADER_ROW_HEIGHT
This Injection Token modifies the height of the column headers.
Row Filter
FILTER_ROW_HEIGHT
This Injection Token modifies the height of the Row Filter.
Rows
CONTENT_ROW_HEIGHT
This Injection Token modifies the height of every displayed row.
Panels
DIVISION_PANEL_GAP
This Injection Token modifies the default space between two adjacent panels.
DIVISION_PANEL_LINE_WIDTH
This Injection Token modifies the default panel-division-line width.
DIVISION_PANEL_LINE_WIDTH_RESIZING
This Injection Token modifies the panel division line width when the panel is resizing.
ROW_GROUPING_ROW_HEIGHT.
This Injection Token modifies the height of the Group Panel.
ROW_GROUPING_COLUMN_HEIGHT
This Injection Token modifies the columns' height in the Group Panel.
ROW_GROUPING_INDENT
This Injection Token shows or hides the indent per row.
ROW_GROUPING_INDENT_WIDTH
This Injection Token modifies the width of the indent per row.
Edition Toolbar
EDITION_TOOLBAR_ROW_HEIGHT.
This Injection Token modifies the height of the Edition Toolbar Row.
EDITION_TOOLBAR_ITEM_HEIGHT
This Injection Token modifies the height of items contained in the Edition Toolbar Row.
Paginator
PAGINATION_ROW_HEIGHT
This Injection Token modifies the height of the Pagination Row.
Borders
BORDER_WIDTH
This Injection Token modifies the border width of the primary DikeGrid container.
BORDER_GAP
This Injection Token modifies the space between the primary DikeGrid container and its external boundary.
Column Context Menu
COLUMN_CONTEXT_MENU
To suppress the context menu for all defined columns, provide this Injection Token with a false value.
COLUMN_CONTEXT_MENU_WIDTH
This Injection Token modifies the width of the column context menu.
COLUMN_CONTEXT_MENU_HEIGHT
This Injection Token modifies the height of the column context menu.
Waiting Indicator
LOADING_MESSAGE
This Injection Token modifies the message displayed when the DikeGrid instance is waiting for the rows of data.
PROCESSING_MESSAGE
This Injection Token modifies the message displayed when the DikeGrid instance is waiting for an edition operation.
Last updated