Can I use HTML tags in the attachHeader() command?

Hello,



I am attaching headers to my grid using grid.attachHeader( ), for example:

mygrid.attachHeader(“test column 1,test column 2”);



However if I try to attach a header which contains HTML tags for example:

mygrid.attachHeader(“test column 1,test <span style=“color:red”>column 2”);



then I get nothing displayed in the header at all.



Best regards,

Tony

The provided code looks correct. Please provide the complete grid initialization code that allows to reproduce the issue.