jQuery.wijmo.c1gridview Namespace > options type : selectionMode Option |
// Get value var value; // Type: string value = $(".selector").c1gridview("option", "selectionMode"); // Set value var newValue; // Type: string $(".selector").c1gridview("option", "selectionMode", newValue);
var selectionMode : string;
// Set selectionMode to muliColumn and users can select more than one column using the CTRL or SHIFT keys. $("#element").wijgrid({ selectionMode: "multiColumn" });