SMART datagrid v.1 > Classes > ListCellEditor
The Style Set which is used when displaying the first value of dropdown list item.
The second value is displayed by using subItemStyles.
var columns = [{
name: "colCode",
editor: {
type: "list",
subItemStyles: {
fontName: "Courier New",
fontSize: 12,
color: "#f00"
}
}
},
...