Hi!
I have a Grid with an alternating item style, so every alternating row has an alternating color. The grid gets updated when a button is clicked on the page.
I need all rows with errors to have its back color to be set to red after the button click. I tried to accomplish this in Item Data Bound where I switch the back color to red for an item that is a griddataitem and is an error.
But, if there are 3 rows errored out one after the other, the color applies to only the first and third rows and leaves the middle row as it was. Any suggestions on how I could work through this to achieve what I am working towards?
-rD
I have a Grid with an alternating item style, so every alternating row has an alternating color. The grid gets updated when a button is clicked on the page.
I need all rows with errors to have its back color to be set to red after the button click. I tried to accomplish this in Item Data Bound where I switch the back color to red for an item that is a griddataitem and is an error.
But, if there are 3 rows errored out one after the other, the color applies to only the first and third rows and leaves the middle row as it was. Any suggestions on how I could work through this to achieve what I am working towards?
-rD