You can control the layout, by using custom column renderers, which you'll have to define after the fact. Here's a short post on creating your own custom column renderers:
http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events Les Mizzell wrote: > If using cfgrid, is it possible to get the data layout to be anything > other than 1 database column = 1 grid column? > > For example, given fname, lname and address fields, can I stack stuff: > > lname, fname > address > city, state, zip > > Or can I only get > lname | fname | address | city | state | zip > > > ...and if I *can't* stack stuff, what's the next best cool way to get as > close to the editing options that cfgrid offers? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325176 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

