Is there any way to set the style of a specific character in the column of grid header.
For example, I want to have a column heading of ‘CO2’ where the ‘2’ is styles as subscript, perhaps also as a smaller font size.
Thanks
You can use any html inside header
mygrid.setHeader(“A,B,CO2”);
Thank you and regards.