-
How to remove the DrapDrop about Gantt
How to remove the DrapDrop about Gantt
Hello,
I have write a DrapDrop method for Gantt by myself.
But ,it can't be executed.
Because , the Gantt has defalt DragDrop method.
How to execute myself DragDrop?
I think remove the DragDrop of Gantt is a good idea!
But I don't know how to do it.
-
Now , I know how to do it.
The source :
List<ComponentPlugin> pluginLst = gantt.getPlugins();
for (ComponentPlugin componentPlugin : pluginLst) {
if(componentPlugin instanceof TreeReorder) {
pluginLst.remove(componentPlugin);
break;
}
}
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us