Lines Matching full:editing
6810 VIRGIN: 'STATE_VIRGIN', // before editing
6811 EDITING: 'STATE_EDITING', property
6885 …// if ctrl+enter and multiple cells selected, behave like Excel (finish editing and apply to all c…
6912 this.state = EditorState.EDITING;
6956 if (this.state == EditorState.EDITING) {
7001 this.state = EditorState.EDITING;
7014 * automatically after hit ENTER or F2 key on the cell or while editing cell press F2 key.
11983 if (this.state !== _baseEditor.EditorState.EDITING) {
19437 …* Initial data source that will be bound to the data grid __by reference__ (editing data grid alte…
19949 …* If `true`, <kbd>ENTER</kbd> begins editing mode (like in Google Docs). If `false`, <kbd>ENTER</k…
20395 * To disable cell editing completely set `editor` property to `false`.
27932 // Necessary to refresh oversized row heights after editing cell in overlays
34796 * Close editor, finish editing cell.
35920 if (this.state !== _baseEditor.EditorState.EDITING) {