I LOVE the binding. It's very efficient and doesn't require a resubmission of the form. I think the grid is ugly, though. I would like to do it without the grid and without multiple SQLs, however. Let me set it up....
Imagine a cfgrid bound to a CFC that returns a query.
Imagine a number of cftext fields that are bound to that cfgrid with {gridname.colname}.
NOW
Imagine all of those fields without the grid.
I would like to find a way to hide the grid. I know I can bind each field to a CFC, but that requires(?) multiple SQL calls. Bascially, I would like to do exactly what I can do with the cfgrid, without my users having to SEE the cfgrid.
Any ideas?
Imagine a cfgrid bound to a CFC that returns a query.
Imagine a number of cftext fields that are bound to that cfgrid with {gridname.colname}.
NOW
Imagine all of those fields without the grid.
I would like to find a way to hide the grid. I know I can bind each field to a CFC, but that requires(?) multiple SQL calls. Bascially, I would like to do exactly what I can do with the cfgrid, without my users having to SEE the cfgrid.
Any ideas?