text area background color not the same as row
Posted: Wed Dec 21, 2016 11:50 am
I have a grid consisting of several columns. The grid properties are set to have the odd and even rows display in different colors. One of the columns in my grid contains a text area. The text area does not display with the same color as the row. The text area background is always white regardless of the row. I have tried to bind a field to the background color of the text area to control the color. This works fine unless the user sorts, filters, etc. The value in the rowcolor background property does not seem to move with the row.
Example:
In this example I set the row background color of the text area to gray or blue (odd/even rows).
Row 1 = grey background, text area grey
Row 2 = blue background, text area blue
Row 3 = grey background, text area grey
A filter is requested that causes Row 2 to be the only row displayed. My text area background is now displayed as grey instead of blue. The rest of the row has a blue background.
How do I ensure that the text area background retains the same color as the rest of the row when the grid is filtered, sorted, etc?
Thank you,
Patti
Example:
In this example I set the row background color of the text area to gray or blue (odd/even rows).
Row 1 = grey background, text area grey
Row 2 = blue background, text area blue
Row 3 = grey background, text area grey
A filter is requested that causes Row 2 to be the only row displayed. My text area background is now displayed as grey instead of blue. The rest of the row has a blue background.
How do I ensure that the text area background retains the same color as the rest of the row when the grid is filtered, sorted, etc?
Thank you,
Patti