Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Changing Row Color of an UltraGrid
posted

I have a UltraGrid that is being populated with numerous lines of data. When that data does not meet certain requirements I am trying to change that line of data to red. Right now I have it changing only the active row, which is fine, but when another row becomes active to be changed the previous row changes back to the default color. Is there a way to change to individual row color and keep it changed during the entire process for print?

At the moment, I am using:

[UltraGridName}.rows(i).cells(0).band.override.ActiveRowCellApearance.rowcolor = color.red