On this page

property

CellSelectionMode

Specifies the available modes for cell selection in LyteNyte Grid.

This is a PRO-only feature that controls how users can interact with and select cells:

  • "range" : Allows a single rectangular selection of cells.
  • "multi-range" : Enables multiple, possibly overlapping, independent cell selections.
  • "none" : Disables all cell selection interactions.

Useful for enabling features like copy-paste, cell highlighting, and keyboard navigation.

Type

"range" | "multi-range" | "none"

Variants

  • "range"
  • "multi-range"
  • "none"