Set normal html attributes including style and scripting for the specified column header
The code will be inserted in the grid column header (TH-tags) for the specified column.
Example. Let grid column header for column 2 have a yellow background:
[C#]
AxpDataGrid1.SetGridColHeadAttributes(2,"style='background-color:yellow;'");
AxpDataGrid Class | Axezz.WebControls Namespace