Hello,
I'm facing a strange issue on a ListGrid when exiting editor with some changes.
It happens while I removed any EditorExitHandler, or CellSavedHandler.
Note that I'm using AutoSaveEdits = true, and I don't get this issue when I set it to false.
Any suggestion would be appreciated.
I'm facing a strange issue on a ListGrid when exiting editor with some changes.
It happens while I removed any EditorExitHandler, or CellSavedHandler.
Note that I'm using AutoSaveEdits = true, and I don't get this issue when I set it to false.
Any suggestion would be appreciated.
Code:
Stack from error.stack: _performActionOnValue(<no args: exited>) on [Class Canvas] @ DataBoundComponent.js:303:32 _getFieldValue(<no args: exited>) on [Class Canvas] @ DataBoundComponent.js:566:17 _getEditValue(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:33604:27 dataChanged(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:16009:30 <anonymous>(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:15342:22 Array.observation(<no args: exited>) @ Class.js:2553:28 setRawCellValue(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:22907:28 _saveLocally(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:36888:26 saveEditedValues(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:36745:21 saveEdits(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:36259:26 _saveAndHideEditor(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:35443:14 cellEditEnd(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:34879:14 _handleClickOutsideEditor(<no args: exited>) on[ListGrid ID:isc_FilterTagGrid_35] @ ListGrid.js:32580:10 eval(<no args: exited>) @ [no file]:2:22 fireCallback(callback=>callback(), argNames=>undef, args=>undef, target=>undef, catchErrors=>undef) on [Class EventHandler] @ Class.js:1870:36 _clickMaskClick(mask=>Obj{ID:isc_DynamicForm_51}) on [Class EventHandler] @ EventHandler.js:9678:35 clickMaskClick(target=>[GridBody ID:isc_FilterTagGrid_35_body]) on [Class EventHandler] @ EventHandler.js:9654:14 doHandleMouseDown(DOMevent=>[object MouseEvent], syntheticEvent=>undef) on [Class EventHandler] @ EventHandler.js:1902:30 handleMouseDown(DOMevent=>[object MouseEvent], syntheticEvent=>undef) on [Class EventHandler] @ EventHandler.js:1827:26 dispatch(handler=>[c]EventHandler.handleMouseDown(), event=>[object MouseEvent]) on [Class EventHandler] @ EventHandler.js:6887:30 HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:127
Comment