jQuery.wijmo.wijgrid Namespace > options type : allowEditing Field |
Default value: false
Determines whether the user can make changes to cell contents in the grid. This option is obsolete. Use the editingMode option instead.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.allowEditing; |
Javascript (Specification) | |
---|---|
|
// Users cannot change cell contents in the grid if this option is set to false $("#element").wijgrid({ allowEditing: false });