SmartGWT Nightly: 2011-09-19
Issue: ListGrid data operations add/update/delete do not automatically update the list if grouped. InvalidateCache must be performed to update.
Note: there is no problem with the data operation, just list does not reflect changes.
Problem example seen on Showcase: http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_remove
Simply group the list by some column and then remove rows.
Is this a known issue? If so, beside clearing cache is there any other work around?
Issue: ListGrid data operations add/update/delete do not automatically update the list if grouped. InvalidateCache must be performed to update.
Note: there is no problem with the data operation, just list does not reflect changes.
Problem example seen on Showcase: http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_remove
Simply group the list by some column and then remove rows.
Is this a known issue? If so, beside clearing cache is there any other work around?
Comment