Is there any possibility to prohibit edit on a single cell of a table? Just to underline - I'm not talking about a grid but about a table control on a form.
Accessing a single cell via <tablecontrol>.cell(col,row)
does not provide functions as allowEdit
or enable
.