SmartClient Version: v10.0p_2014-11-25/EVAL Deployment (expires 2015.01.24_09.43.24) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Chrome, Safari
Hello, after some editing on a pretty complex grid, I get this error:
with the Chrome inspector debugger, I've verified that actually the item which raises the error (because item._getOldValue is undefined) is a field which is NOT editable (there is a canEditCell function which determines this)
any clues on why this happens? is it a framework bug?
Chrome, Safari
Hello, after some editing on a pretty complex grid, I get this error:
Code:
16:44:06.824:XRP5:WARN:Log:TypeError: undefined is not a function (evaluating 'item._getOldValue()')
Stack from error.stack:
dataChanged@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Grids.js?isc_version=v100p_2014-10-08.js:32535:62
https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Grids.js?isc_version=v100p_2014-10-08.js:31964:33
observation@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:7277:33
_doneChangingData@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:45895:25
_handleNewData@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:45084:27
fetchRemoteDataReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:44926:28
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:8403:44
fireResponseCallbacks@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:18110:51
_completeResponseProcessing@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:18061:35
_handleSCServerReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:55542:41
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:8403:44
fireReplyCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39617:54
fireReplyCallbacks@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39684:35
performOperationReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39609:39
_performTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39500:39
performTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:38792:38
anonymous
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
performXmlTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:30297:22
anonymous
fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6600:41
_fireXMLCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:29975:27
loadFunc@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:30202:42any clues on why this happens? is it a framework bug?