TableControlClick Html Tags Vanishes

Hi,

i was the one found previous table click error and i noticed this time it removes html tags from table cell.

I am setting data:

image

and i am tried to get data on cell click:

image

but i can't see any html tags i writed in my code they are simply removed.

Here is demo i tried and got error:

TableClickError.zip (1.8 MB)

Version:
image

image

Thanks For reading this topic.

You can get the HTML as-is with:

TJSHTMLElement(webtablecontrol1.CellElements[col,row].firstChild).innerHTML