in the first row of grid ,add the fixed css?

Hi,
I want to add the different css to the different rows of the grid ,such as ,in the first row ,the fifth row , and the ninth row , how can I achieve the goal?
Please!

Hi,

you can templateCss the property of the type object. templateCss allows to define the new rule for row className:

[code]
.row0{ color:#3333cc;}

[/code]