I have a VO based on EO. On click of button new rows get added in table. we want only new rows that got added in table to be shown in Red color
I have followed following 2 links and it did not work for me.
http://adfandjdeveloper.blogspot.com/2011/08/show-unsaved-row-highlighted.html
http://www.awasthiashish.com/2014/01/identifying-modifiednewely-added-row-in.html
Per both examples ...... for inlineStyle i keep getting a yellow color jdev warning..... for "#{row.rowStatus=='New' etc it complains Reference rowStatus not found
and if i use inlineStyle= "#{row.row.entities[0].entityState==0 ? etc it complains Reference row not found.
any body has implemented this successfully ?