Hello,

I am pretty new to lightstreamer and I am trying to understand which way to go to implement an ext-js grid together with lightstreamer.

I have converted StockListDemo_Basic sample into an ext-js grid; but updates are not reflected to grid cells. I am guessing this is because ext-js grid has a complex html structure compare to StockListDemo_Basic's original HTML matrix which consists of basic html table and divs within it. So Lightstreamer js scriptas are not able to find the cells and gives an "ER addTable No cells defined for table stocks" error.

What would be the best way to implement this? I have seen a few people are updating the grid's store and refreshing grid. But that might be problematic for me if I need to do some style changes on the cells which are changed with the updates.

Also there are ItemNameDescriptor class, would that be able to tell lightstreamer how to find the cells to update.

Any answer will be much appreciated...

Regards,

Otake