Hi I am trying to setup with the latest version the grid-table and the scroll-list for same items subscriptions
bat i don't think that i have see any change

page1
var stocksGrid = new StaticGrid(tableName,true);
stocksGrid.forceSubscriptionInterpretation();
........
var stockSubscription = new Subscription("MERGE",stocksGrid.extractItemList(), stocksGrid.extractFieldList());
stockSubscription.addListener(stocksGrid);



page2
var scrollGrid = new DynaGrid("scrollTable1",true);
scrollGrid.forceSubscriptionInterpretation();
..........
var scrollSubscription = new Subscription("DISTINCT",page1Group,stocksSchema);


thanks