ListGrid.setReselectOnUpdate(true) is not functional when a result set is given to the grid versus allowing the grid to create on with a criteria.
The grid acts as if the reselect is false.
1. SmartClient Version: v9.1p_2014-09-24/PowerEdition Deployment (built 2014-09-24)
2. FF 30
6.
The grid acts as if the reselect is false.
1. SmartClient Version: v9.1p_2014-09-24/PowerEdition Deployment (built 2014-09-24)
2. FF 30
6.
Code:
// This api is non-functional if a resultSet is given as data versus fetched by the grid // grid.setReselectOnUpdate(true); // grid.setReselectOnUpdateNotifications(SelectionNotificationType.NONE); grid.setAutoFetchData(false); grid.setData(resultSet);
Comment