shabbirh Hi, I'm having new problem while using data-source (see e.g.) 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 how to resolve it? e.g., "<span data-source="lightstreamer" data-grid="astable" data-item="${car.asBroadcastName}" data-field="<%=AsEventParams.CURRENT_BID_NAME%>">${firstBidElement.name}</span>" Thanks in advance.
Giuseppe Corti Hi shabbirh, You must call setHtmlInterpretationEnabled method setting the parameter to true value. So you will turn on the interpretation of the values in the model as HTML code. Please refer to documentation for further details on this method.
shabbirh Thanks a lot ....corti :Smile_Ag: Giuseppe Corti Hi shabbirh, You must call setHtmlInterpretationEnabledmethod setting the parameter to true value. So you will turn on the interpretation of the values in the model as HTML code. Please refer to documentation for further details on this method.