SMART datagrid v.1 > Classes > RowIndicator
Style Set which is used to draw RowIndicator state cell of row in DataRowState.DELETED State of data row.
If set GridStyles.iconIndex greater than 0 in style set and specify stateImageList in Row Indicator, the corresponding icon will be displayed. And, you can also specify shapeName to display shape. iconIndex takes precedence over shapeName. In addition, if specify deletedLabel with a value not an empty string, iconIndex, shapeName will be ignored.
This style set downloads stateStyles properties.
grid.rowIndicator().setDeletedStyles({
iconIndex: 0,
// or
shapeName: 'triangle'
// or
background: '#f00'
});