> I'm not sure if this is because Ext 1 vs Ext 2, but in CF8 which uses > Ext, there's no context menu when right-click on the column header. > > However, Ext doc does have a nice contenxt menu, demo: > http://extjs.com/deploy/ext/examples/grid/array-grid.html > > Any idea how to enable this for CF8 CFGRID? I already tried going > into cfgrid.js and added "enableColumnHide:true" in var _42 (line 18), > but still no luck. > > Any help would be appreciated, thank you! > > > Henry Have you found a solution for this as yet ??
The attribute you need to set is "enableCtxMenu" I have tried setting this in an init function and using ColdFusion.Grid.getGridObject But with no luck. Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299647 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

