Default value: singleRow
Determines how many cells, ranges of cells, columns, or rows can be selected at one time.
Valid values:
// Set selectionMode to muliColumn and users can select more than one column using the CTRL or SHIFT keys. $("#element").wijgrid({ selectionMode: "multiColumn" });