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.
Ctrl + A key combination.
Shift + click
toggle: true to selectionModel:
selectionModel: { type: 'row', toggle: true },
Deselection behavior is affected by selectionModel.toggle property
click on it when it's true.Ctrl + click on it when it's false.
Selections are copied, cut and paste with Ctrl + C, Ctrl + X and Ctrl + V respectively.
Select Row Indx: