Adding plain HTML to a WebListbox row in 2025r2

Hi,
I’ve just noticed that the WebListbox control in 2025r2 no longer allows HTML as row text using the AddRow() method. My current web-app project shows an order-cart and in 2025r1.1 it looks like this:

But in 2025r2 WebListbox shows the HTML code instead:

Does anyone know how to add plain HTML correctly to a ListBox row in 2025r2?

Many thanks, Stefan

Try adding <raw><div>....</div></raw>

2 Likes

Oh, great. That did the trick.
Thanks!