Hello,
I have a problem with a grouped ListGrid and a TreeGrid which have the same DataSource. The example SmartGWTTest.java
When I add a new record to the TreeGrid, I get an "Uncaught RangeError: Maximum call stack size exceeded".
If the grouped ListGrid is updated from the DataSource, the Record contains a _groupTree_isc_ListGrid_0-Object, which is also cloned and this is the reason for the loop.
This can also happens when moving a rcord with Drag&drop in the TreeGrid.
We are using Version v10.0p_2016-04-15/Pro Deployment (2016-04-15).
Regards
Peter
I have a problem with a grouped ListGrid and a TreeGrid which have the same DataSource. The example SmartGWTTest.java
When I add a new record to the TreeGrid, I get an "Uncaught RangeError: Maximum call stack size exceeded".
If the grouped ListGrid is updated from the DataSource, the Record contains a _groupTree_isc_ListGrid_0-Object, which is also cloned and this is the reason for the loop.
This can also happens when moving a rcord with Drag&drop in the TreeGrid.
We are using Version v10.0p_2016-04-15/Pro Deployment (2016-04-15).
Regards
Peter
Comment