I have RadGridView in my project. And one of GridTamplateColumns haven't HeaderText, but in a web site i see a two-spot in the place of HeaderText.
I'll be glad to hear any advise how can I hide it.
For a TemplateColumn, the header text will be displayed, only if you set the HeaderTemplate. So make sure that you dont have anything set in the HeaderTemplate for the column. If thats not the case, then consider pasting your code here.