Hello,
I’m building a fairly deep app with the Gantt kit. I’d like to have the context menu to select columns in the grid. However, I note that the examples with context menus (docs.dhtmlx.com/gantt/samples/0 … lumns.html) both use dhtmlx_deprecated.js.
Two questions:
- can these examples please be refactored to not rely on deprecated stuff, and
- if not, what is the horizon on support for dhtmlx_deprecated.js
Hello,
yes, we’ll update these examples by the next update, thanks for noticing.
Changes could be quite minor,
this example docs.dhtmlx.com/gantt/samples/0 … lumns.html - should continue working correctly if you remove dhtmlx_deprecated.js from the page.
and in this one docs.dhtmlx.com/gantt/samples/0 … _menu.html you’ll need to replace this line
menu.loadXML("../common/dhxmenu.xml");
with this one
menu.loadStruct("../common/dhxmenu.xml");
and all should work ok without deprecated.js