Call Back during Data Loading?
What I want to do and hopefully there is a way to do this is that I would like to hook into a call back after a row from my CSV is loaded so that I could then do some dynamic formating (Want to highlight a row if a particular value is set). Is there a way to accomplish this? What I am trying to avoid is having to place HTML formating code into my CSV that is being returned.
I am using
var table = new AW.CSV.Table;
and
var obj = new AW.Grid.Extended;
I am using
var table = new AW.CSV.Table;
and
var obj = new AW.Grid.Extended;
WeeJavaDude
April 18,