Hello,
I'm seeing a problem in your latest 10.0 nightly from 9/25/14 where adding a new record to one ListGrid is not automatically adding the record to another ListGrid that shares the same datasource. This exact operation is working with smartclient 9.1. I tried to find a suitable Feature Explorer demo to test this out and couldn't find one. Any suggestions?
In the past when i try to debug issues like this, I can review the dev console output by putting ResultSet into Debug. However, when I do that I get an error in the Dev console like this with Google Chrome:
Uncaught RangeError: Maximum call stack size exceeded ISC_Core.js?isc_version=v10.0p_2014-09-25.js:285isc_c_Class_fireCallback ISC_Core.js?isc_version=v10.0p_2014-09-25.js:285isc_c_Timer__fireTimeout ISC_Core.js?isc_version=v10.0p_2014-09-25.js:1259(anonymous function)
We've had similar issues in the past because of nested Datasources. The top level datasource for this grid has several nested Datasources attached to it including references to the top-level Datasource.
Suggestions on how to figure this out? I'm wondering if this call stack error is contributing to the problem with grid synchronization.
I'm seeing a problem in your latest 10.0 nightly from 9/25/14 where adding a new record to one ListGrid is not automatically adding the record to another ListGrid that shares the same datasource. This exact operation is working with smartclient 9.1. I tried to find a suitable Feature Explorer demo to test this out and couldn't find one. Any suggestions?
In the past when i try to debug issues like this, I can review the dev console output by putting ResultSet into Debug. However, when I do that I get an error in the Dev console like this with Google Chrome:
Uncaught RangeError: Maximum call stack size exceeded ISC_Core.js?isc_version=v10.0p_2014-09-25.js:285isc_c_Class_fireCallback ISC_Core.js?isc_version=v10.0p_2014-09-25.js:285isc_c_Timer__fireTimeout ISC_Core.js?isc_version=v10.0p_2014-09-25.js:1259(anonymous function)
We've had similar issues in the past because of nested Datasources. The top level datasource for this grid has several nested Datasources attached to it including references to the top-level Datasource.
Suggestions on how to figure this out? I'm wondering if this call stack error is contributing to the problem with grid synchronization.
Comment