I figured it out:
This is the correct syntax:
$(“#agelist”).setCell(rowid,'x_days_pastdue','Current');
NOT THIS:
$(”#agelist”).setCell(”rowid”,”x_days_pastdue”,”Current”);
Tony,
You documentation is good, but it would be better if every method was listed with examples.
Thanks,