Set normal html attributes including style and scripting for specified column number.
The code will be inserted in all grid/table cells (TD-tags) for the specified column
Example
Let column number 0 (the record number column) have a Windows 3D silver look. Works well with the stylesheet AxpStyleWindowsGrid.css
[C#]
AxpDataGrid1.SetGridColAttributes(0, "style=\"text-align:right;padding-right:4px;background-color:#d4d0c8;border-top:#ffffff 1px solid;border-left: #ffffff 1px solid;\"");
AxpDataGrid Class | Axezz.WebControls Namespace