Thanks for you quick reply and help.
Do you know how to set the row color based on a condition?
This is the ADB style function:
private function ADB_style(data:Object,
col:ExtendedAdvancedDataGridColumn):Object{
if ( data[col.dataField] != null){
if ( data[col.dataField] ==
"Condition"){
return {color:0xFF0000};
}
}
return {};
}
Best,
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Advanced-datagrid-row-color-tp11247p11249.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.