changing the row color of a grid using the xml file

sir, how can i change the color of a row in the grid using the xml file. I tried using color=‘blue’ in the row tag but it is not working

The correct attribute is bgColor
    <row bgColor="blue"

you can check supported attributes at docs.dhtmlx.info/