Hi ,
i did it with DynaGrid and looks working, but there is a problem with the update , no all subscribe items working,
the same subscribes works fine on a html table but on scroll many items don't
ETE and PPC are working fine in both the "IX129775350","EI09CAC","EI09CCMP","EI09FTSEMI B" are not working with Scroll table

var stocksSchema = ["o_Sym","o_ddeItem","o_Last","o_Bid","o_Ask"];
var page2Group = ["ETE","PPC","IX129775350","EI09CAC","EI09CCMP","EI 09FTSEMIB"];

var scrollSubscription = new Subscription("DISTINCT",page2Group,stocksSchema);
scrollSubscription.setDataAdapter(myDataAdapter);
scrollSubscription.setRequestedSnapshot("no");
scrollSubscription.setRequestedBufferSize("unlimit ed");

scrollSubscription.addListener(scrollGrid);
sharingClient.subscribe(scrollSubscription);


Thanks