Changing color of text in a repeating panel column at runtime

  1. Find the component (e.g., the Label or TextBox) that displays the text. If you are coloring all text in the entire row, the component is the row-template itself.
  2. Bind that component’s foreground or background property to the corresponding value in the row (e.g., item['color']).

Edit: more details here:

1 Like