Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

List Grid does not reselect on update when given a result set.

$
0
0
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.
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);


Viewing all articles
Browse latest Browse all 4756

Trending Articles