Row Selections

Row selections are activated in the grid when selectionModel.type is set to row.

Rows can be selected in ParamQuery Grid either by user action or programmatically invoking the API.


User Interface:

Selection of rows

Deselection of rows

Deselection behavior is affected by selectionModel.toggle property

  1. selected row is deselected by simple click on it when it's true.
  2. selected row is deselected by Ctrl + click on it when it's false.


API


Copy/paste

Selections are copied, cut and paste with Ctrl + C, Ctrl + X and Ctrl + V respectively.

Select Row Indx: 

rowSelect Event: