After updating to a more recent version of smartclient, the ListGrid does not show a new record after insert anymore in case a group field is defined.
Update was for v8.3p Pro Deployment built 2012-09-16 to 2013-11-02.
The ListGrid is initialized by "setGroupByField('fieldName")'" and the new record is added by calling "startEditingNew" (a JPA datsource is used).
According the developper console, the cache is updated correctly, but there is a warning "MUP8:WARN:ResultSet:isc_ResultSet_0 (created by: isc_ListGrid_0):get: invalid index -1".
The record addition works as expected if the grouping is disabled. If I manually group/regroup by hand the record is shown after insert too.
Did I miss a change in the grouping concept of ListGrid?
Update was for v8.3p Pro Deployment built 2012-09-16 to 2013-11-02.
The ListGrid is initialized by "setGroupByField('fieldName")'" and the new record is added by calling "startEditingNew" (a JPA datsource is used).
According the developper console, the cache is updated correctly, but there is a warning "MUP8:WARN:ResultSet:isc_ResultSet_0 (created by: isc_ListGrid_0):get: invalid index -1".
The record addition works as expected if the grouping is disabled. If I manually group/regroup by hand the record is shown after insert too.
Did I miss a change in the grouping concept of ListGrid?
Comment