SMART datagrid v.1 > Classes > GridBody
Style Set which is used in drawing data row of newly added.
The style specified in this property takes precedence over all settings such as column style or dynamic style, etc. If specify an empty object or empty value, the existing setting will be removed.
grid.setBody({
createdStyles: {
background: '#10ff0000',
foreground: '#880000'
}
});
// Empty this property value.
grid.body.setCreatedStyles();