Skip to main content
June 2, 2022
Question

How can I use different colors for column headings in the grid?

  • June 2, 2022
  • 3 replies
  • 0 views

Hi, 

I have a requirement to write a heading like "Scores * " and the " * " needs to be in red. Can anyone help how to write in two different colors?

    3 replies

    stefanhelzle0001
    Brainy
    June 2, 2022

    Font colors in the headers are not supported.

    konduruc733182
    June 3, 2022

    You will not be able to do that in headers. Instead you can use richtextdisplay in the beginning of your interface to show colored font.

    gopalk2865
    Participating Frequently
    June 3, 2022

    HI, Build a common interface with rich text display field and configure rule inputs like , header,color,size and then call this rule anywhere you want. Its an alternative way to achieve your requirement.