SMART datagrid v.1 > Classes > RowIndicator
The text which is displayed in RowIndicator state cell of row in DataRowState.CREATED State of data row.
If specify this property with a value not an empty string, GridStyles.iconIndex or shapeName specified in RowIndicator.createdStyles will be ignored.
Defaults to null.
grid.setRowIndicator({
created: 'C',
updated: 'U',
deleted: 'D'
});