cssRowColor = function (record, index, rowParams, store) {
return record.get('CD_PLANO') == 2 ? "redBackground bold whitetext" : "";
}
cssCellColor = function (record, rowIdx, colIdx, store) {
return record.get('CD_PLANO') == 2 ? "redBackground bold whitetext" : "";
}
