property

RowSelectAllOptions

Options for performing bulk selection or deselection of all rows.

deselect

property

If true, all rows will be deselected rather than selected.

Type

boolean

property

RowSelectionActivator

Defines the interaction behavior that activates row selection.

  • "single-click" selects a row with a single mouse click.
  • "double-click" requires a double-click to select.
  • "none" disables interaction-based row selection.

Type

"single-click" | "double-click" | "none"

Variants

  • "single-click"
  • "double-click"
  • "none"

property

RowSelectionMode

Specifies the available row selection modes supported by LyteNyte Grid.

  • "single" allows only one row to be selected at a time.
  • "multiple" allows multiple row selections.
  • "none" disables row selection entirely.

Type

"single" | "multiple" | "none"

Variants

  • "single"
  • "multiple"
  • "none"

property

RowSelectOptions

Configuration options used when performing row selection operations.

deselect

property

If true, the specified row will be deselected instead of selected.

Type

boolean

pivot

property

Sets the pivot row for range selections. Useful for extending selection ranges.

Type

string

selectBetweenPivot

property

When true, selects the range of rows between the pivot and the selected row.

Type

boolean

selectChildren

property

If true, any child rows associated with the selected row will also be selected.

Type

boolean

selected

property

The unique identifier of the row to be selected.

Type

string