jQuery.wijmo.wijgrid Namespace > options type : editingMode Field |
Default value: 'none'
Determines the editing mode. Possible values are: "none", "row", "cell",
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.editingMode; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ editingMode: "row", columns: [{ showEditButton: true }] });