I'm getting my feet wet with the new CF8 features and I would like to combine some techniques that I have seen mentioned separately, but not together.

I want to present a list of historic orders to my customers; Order number, date, status, etc. A cfgrid is ideal because with a couple of lines of code they have a sortable, pageable table. One sales order has zero, one or more invoices. Either a link from the invoice record to a cfwindow that presents the invoice will work, or (even better) an inline selectbox.

According to http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events the way to do this, is to traverse the table after it is rendered and populate the cells with this link or code. My problem is that I can't figure out how to execute the JS function for every new page of table data.

Any insight or ideas to do this better are welcome!

Thx,

Mischa.

------------------------------------------------------------- Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------

Reply via email to