I have a list in my screen with serveral columns and one of them has check boxes. If such a box is checked, the whole row should be read only.
I set the "read only" property of all columns to "binding" and bound them with the "check box column".
I tested this in ByD with a list where some rows are checked and some not. When I select a checked row, I can't edit the content of the row, when I select an unchecked row, the content can be edited. So far everything works as expected.
But i've noticed something strange. When I select a checked row, all other rows get a grey background color (and thus look like read only) and when I select a unchecked row, all rows get a white background color (and thus look like editable).
This behaviour is irritating for the user. Is there a possibility to fix this?
Regards,
Tobias