Hi,
I am doing simple calculations using Hot and one of computed cells is highlighted in red although there is now error message.
Any possible reason for that?
Thanks in advance!
Hi,
I am doing simple calculations using Hot and one of computed cells is highlighted in red although there is now error message.
Any possible reason for that?
Thanks in advance!
Is the cell set as a numeric
cell type? Does it have a htInvalid
class name (in the DOM)?
Hi @aleksandra_budnik
here is rendered element code
< td class=“htRight htNumeric htDimmed htInvalid”>0.0000007
So if the cell is marked as invalid it hasn’t passed some validation test. Do you use a cell validator?
Maybe the cell is passed as a string?
I assume that the issue is closed as there is no reply for more than 2 weeks.