The current API states:
(requires jqxgrid.selection.js)
Sets or gets the selection mode.
Possible Values:
‘none’-disables the selection
‘singlerow’- full row selection
‘multiplerows’ – each click selects a new row. Click on a selected row unselects it
‘multiplerowsextended’ – multiple rows selection with drag and drop. The selection behavior resembles the selection of icons on your desktop
‘singlecell’ – single cell selection
‘multiplecells’ – each click selects a new cell. Click on a selected cell unselects it
‘multiplecellsextended’ – in this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of icons on your desktop
‘multiplecellsadvanced’ – this mode is the most advanced cells selection mode. In this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of cells in a spreadsheet
‘checkbox’ – multiple rows selection through a checkbox.
‘none’ disabled the selection.
Regards,
Peter