Search results

SelectionSettingsModel API in JavaScript Gantt API control

Interface for a class SelectionSettings

Properties

cellSelectionMode

CellSelectionMode

To define selection mode of cell.

enableToggle

boolean

If ‘enableToggle’ set to true, then the user can able to perform toggle for the selected row.

mode

SelectionMode

Gantt supports row, cell, and both (row and cell) selection mode.

persistSelection

boolean

If ‘persistSelection’ set to true, then the Gantt selection is persisted on all operations.

type

SelectionType

Defines options for selection type. They are

  • Single: Allows selection of only a row or a cell.
  • Multiple: Allows selection of multiple rows or cells.