SmartClient Version: v10.0p_2015-11-20/PowerEdition Deployment (built 2015-11-20)
I have just switched from 4.1 SmartClient to 5.0 version, dated 2015-11-20 as above and see this change in behavior.
I have a ListGrid with 3 records in it. One of the columns in one of the records gets edited / changed. autoSave is FALSE on the ListGrid. On clicking a save button a saveAllEdits( new Callback () {} ); is executed. Before execution of the saveAllEdits the number of records is seen to be 3. On entry into the Callback of saveAllEdits the number of records is 2, with the just correctly updated record removed from the Grid. ListGrid.getRecordList() returns the two unmodified records.
Before I attempt to recreate the issue in a test case, is this the expected behavior in 5.0 ? Is this different from 4.1 ?
I have just switched from 4.1 SmartClient to 5.0 version, dated 2015-11-20 as above and see this change in behavior.
I have a ListGrid with 3 records in it. One of the columns in one of the records gets edited / changed. autoSave is FALSE on the ListGrid. On clicking a save button a saveAllEdits( new Callback () {} ); is executed. Before execution of the saveAllEdits the number of records is seen to be 3. On entry into the Callback of saveAllEdits the number of records is 2, with the just correctly updated record removed from the Grid. ListGrid.getRecordList() returns the two unmodified records.
Before I attempt to recreate the issue in a test case, is this the expected behavior in 5.0 ? Is this different from 4.1 ?
Comment