EventColumn
A column that displays a formatted event with details of name, times, and assigned resources in a grid cell.
This is not intended to be used directly, it is used by the EventList which is a specialized Grid subclass.
Configs
80
Configs
80Common
Other
Renderer that shows resource avatars of assigned resources next to event names for a single date.
| Parameter | Type | Description |
|---|---|---|
renderData | Object | Object containing renderer parameters |
renderData.cellElement | HTMLElement | Cell element, for adding CSS classes, styling etc. Can be |
renderData.value | * | Value to be displayed in the cell |
renderData.record | DayCell | A DayCell context object
which contains contextual information about the date being rendered and an |
renderData.column | Column | This column |
renderData.grid | Grid | This grid |
renderData.row | Row | Row object. Can be null in case of export. Use the row's API to manipulate CSS class names. |
renderData.isExport | Boolean |
|
renderData.isMeasuring | Boolean | True if the column is being measured for a |
Integration
Interaction
Menu
Misc
Rendering
Properties
150
Properties
150Common
Class hierarchy
Other
Renderer that shows resource avatars of assigned resources next to event names for a single date.
| Parameter | Type | Description |
|---|---|---|
renderData | Object | Object containing renderer parameters |
renderData.cellElement | HTMLElement | Cell element, for adding CSS classes, styling etc. Can be |
renderData.value | * | Value to be displayed in the cell |
renderData.record | DayCell | A DayCell context object
which contains contextual information about the date being rendered and an |
renderData.column | Column | This column |
renderData.grid | Grid | This grid |
renderData.row | Row | Row object. Can be null in case of export. Use the row's API to manipulate CSS class names. |
renderData.isExport | Boolean |
|
renderData.isMeasuring | Boolean | True if the column is being measured for a |