Hi rvkvino,
What kind of problem did you have?
Indeed you have two options in order to achieving the desired behavior:
- Start a new subscription recovering the Item name from the row of the DynaGrid clicked, and attaching a very simple static Grid (something similar to the pop-ups of this demo:
http://demos.lightstreamer.com/StockListDemo/).
- Intercept values from OnVisualUpdate listener and inject values manually in the div above (
document.getElementById("...").innerHTML = value).
Regards,
Giuseppe