I have an integer column with property displayType ‘CHECK’ and editable = ‘false (unchecked)’ on my forms, but when clicking on it sets a value (0/1). When I set the element to enable = false by methode, I’m not able to change the value (that is what I want). Is that a bug?
editable and enabled are not the same thing especially for textfields)
But for a checkbox they should result into the same thing (enabled should be false)
And i just tested this (in servoy 4.0) and that worked fine. I placed a check field on a integer dataprovider and set the editable to false. then i cant click on it.