Hi,
I am trying to change the color of part of perticular words in the header text.
Say I want three headers,
1)Employee ID (xxx)
2)Emloyeee Name
3) Salary
I just want “(xxx)” to be shown in red / blue color.
How can I do it…
Thanks for your valuable time.
Grid accepts HTML tags inside headers, so the simplest way is
grid.setHeader("Employee ID (xxx),Emloyeee Name,Salary
");