Hi,
We use dhtmlx professional v3.0 for our application. We have 2 dhtmlxTree trees with dataProcessor on one page. The multiselection is turned on by:
tree.enableMultiselection(1,1);
When we drag and drop multiple nodes/selections from one tree to another, multiple drag are drop events, one for each node, are triggered and multiple requests, one for each node, are sent by dataProcessor. This causes lots of round trip traffic to server, and sometime those requests conflict or step on each other. Is there anyway/setting to make “drag and drop of multiple selections” one group tree event and triggers one dataProcessor request (with info from all nodes) to server?
Thanks a lot,
Bao