Answered
context menu in ColdFusion 8 ajax cfgrid
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!
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!
