Hi,
LGPL v11.1 2018-01-16
while calling tileGrid.removeData(record) i get:
Uncaught TypeError: Cannot set property 'dbcImplicitCriteria' of undefined
at cons._performDSOperation (ISC_Core.js:94868)
at cons.removeData (ISC_Core.js:94855)
If calling tileGrid.removeData(record, null, {}) it works, but second and third parameter are marked as optional here https://www.smartclient.com/smartcli...rid.removeData
It would be nice if someone can reply if a bug was addressed - https://forums.smartclient.com/forum...expected-token
Regards,
Janusz
LGPL v11.1 2018-01-16
while calling tileGrid.removeData(record) i get:
Uncaught TypeError: Cannot set property 'dbcImplicitCriteria' of undefined
at cons._performDSOperation (ISC_Core.js:94868)
at cons.removeData (ISC_Core.js:94855)
If calling tileGrid.removeData(record, null, {}) it works, but second and third parameter are marked as optional here https://www.smartclient.com/smartcli...rid.removeData
It would be nice if someone can reply if a bug was addressed - https://forums.smartclient.com/forum...expected-token
Regards,
Janusz
Comment