I'm using cfgrid with no onChange wired up (per client). However, client requires copy (Ctrl-C) from cells in grid. So I added <cfgrid selectMode="edit" ... ><cfgridcolumn select="yes" ... > so now end-user can double-click in a cell to get a cursor, highlight text, and Ctrl-C. The problem is that end-user can also edit cell content (even though it'll never be committed to the database). How can I make it so that end-user can Ctrl-C from, but not edit, cells?
TIA! -- John Bliss IT Professional LinkedIn: http://www.linkedin.com/in/jbliss ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318664 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

