For my grid I want set css class for some columns to have it with custom background color and font size.
I did it with ColumnID Property and by js code for parsing grid metadata and columns collection - not the best way but unfortunatly I don't see any another to set css class or styles for grid column.
Maybe someone have better idea how it can be done ?

Thanks.