jdepp,

while the demo is not ready, you can start checking out a first version of the LightstreamerStore class from github: https://github.com/Weswit/DojoLightstreamer
The class implements the dojo/store interface so you should be able to use it together with any dojo class that expects a store to work (like a dgrid)

Here is a simple example to get you started:



HTH