controller.readOnly=true

if you use this on a recordview…the fields on the forms get greyed out and are not accesible…
In a listview they don’t gray out…and they are not accessible…

Can’t we use the same coloring (or non-coloring) for all the views…I find it inconsistent behaviour…either they grey out or they don’t…

Even better would be, if we could choose the color (or not a color)

The normal behaviour is to gray out things (this is done by the OS via Look And Feel so no colloring possible), but in list/tableview we can prevent any edits via another mechanism (=faster) we could also grayout this, but we doubt if this is wanted…(normally the fonts are less readble when grayed out)

the whole point of controller.readOnly was that where ever possible we should NOT gray out things. But set things like editable = false…

TextFields for example doen’t grayout..