shabbirh While using StaticGrid i'm having "[|IllegalStateException|Please specify at least one cell|]" error. Anyone have any idea. I have followed the StockListDemo from Demos. Thanks in advance.
Giuseppe Corti Hi shabbirh, Please refer to the StockListDemo_Basic from demos for an example of how a StaticGrid works. Anyway, Can you post here a piece of HTML code in order that we can check it?
shabbirh Hi corti, i found the problem. I was migrating old client code 4.0 to 6.0. The parseHTML was throwing exception while parsing old code. Thanks anyway, now i'm having new problem while using <span data-source="lightstreamer" data-grid="astable" data-item="${car.asBroadcastName}" data-field="<%=AsEventParams.CURRENT_BID_NAME%>">${firstBidElement.name}</span> data-source in a StaticGrid which receives an update with "bla bla bla <br> bla bla" but when it shows it decode the text with "bla bla bla <br> bla bla". Do you know why?