SMART datagrid v.1 > Classes > RowIndicator

[ grids ver.1.2.9]   Back  Forward

DataLudi.RowIndicator.createdLabel  property

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.

Getter
function createdLabel(): String
Setter
function setCreatedLabel(value: String)
Code -1
    grid.setRowIndicator({
        created: 'C',
        updated: 'U',
        deleted: 'D'
    });
See Also
deletedLabel
updatedLabel
stateStyles
createdStyles
updatedStyles
deletedStyles
stateVisible
GridRow.dataState
RowIndicator.createdStyles
DataRowState
GridStyles.iconIndex
GridStyles.shapeName
DataSet.getRowState
Examples
State Cells
Data Row States