Hi,
(we’re using dhtmlxSuite_v26_PRO_100722)
In version 2.5, the following always worked:
tree.insertNewNext(itemid, -1, “new node”);
That is, since we don’t yet know the id of the new node, we just send -1. The server then responds with the actual new node id (as obtained from an sql insert f.ex.)
In version 2.6, the above statement only works once (the first time).
The next time we try to insert a new node where the newItemId is -1, the DataProcessor doesn’t even send a request to the server.
It seems that either the tree or the dataprocessor remembers the -1 itemId and then promptly refuses to send an insert request to the server.
Is this behavior expected?
–
Bjarnis