1) if the list of stocks is variable the DynaMetapushTable is the best choice, moreover if you desire to separate the list from the quotes I advice you to use the MultiDynaMetapushTable. Please refer to the new
PortfolioDemo available in our distribution for further details on this kind of table. (In such demo you can see how the list and qty field is handled by a dedicated data adapter while the stocks/quotes are the same of the StockListDemo)
To be able to open the correct popup relaed to the clicked row you could exploit the
setPushedHTMLEnabledfunctionality of the Table (or modify directly the DOM piece passed in the
onChangingValues callback) to put the correct link every time a new row is inserted in the table.
2) I'm not sure I've understood correctly your second problem. I think that if you switch to the new-portfoliodemo-approach you'll be able to solve easily also the second problem. Let me know if I'm wrong.