Is it possible to change the back color for some columns in a datasheet form but still keep alternate row colors?
I’ve got a datasheet (sub) form. The first (leftmost) columns are read-only (Enabled=False,Locked=True) and the user is not supposed to edit data there. The last (rightmost) columns are open for editing and the user is supposed to enter data there. I want to visually indicate which columns can/should be edited and which are read-only by using different back colors for each set of columns.
The only option I’m aware of for assigning the back color in a datasheet on column level is by using a format condition. This basically works, but I lose the alternate row color which is helpful for the user to visually identify the individual records.
Please note: Datasheet look&feel is an explicit requirement. The user is allowed to filter and sort the datasheet as he sees fit. Building a continuous form mimicking datasheet behavior is too much effort for the back color feature.
I’ve got a datasheet (sub) form. The first (leftmost) columns are read-only (Enabled=False,Locked=True) and the user is not supposed to edit data there. The last (rightmost) columns are open for editing and the user is supposed to enter data there. I want to visually indicate which columns can/should be edited and which are read-only by using different back colors for each set of columns.
The only option I’m aware of for assigning the back color in a datasheet on column level is by using a format condition. This basically works, but I lose the alternate row color which is helpful for the user to visually identify the individual records.
Please note: Datasheet look&feel is an explicit requirement. The user is allowed to filter and sort the datasheet as he sees fit. Building a continuous form mimicking datasheet behavior is too much effort for the back color feature.