I have carefully reviewed the forum entries regarding current drag and drop capabilities of TreeGrid. So I am aware of its limitations.
It does seem though, that DragDrop can be used to support the actions of drag and drop in the visual aspects i.e. activate the cursor, select the object under the cursor on click, drag the image of the row, and then on click on the target row – to complete the action – in the context of the treegrid widget.
I am not looking for any drag and drop capabilities as such in TreeGrid (i.e. ability to move rows etc). I will do all that in the server using php scripts, together with ajax communication between server and client.
All I want to do in the TreeGrid, using DragDrop is:
a) click on a treegrid row, initiate dragstart.
b) drag the image, then
c) drop on the clicked row on dragend.
To some up – in my opinion, this should be using only the existing capabilities of TreeGrid together with the apparent capabilities of DragDrop.
Is this possible?
Please advise.
Alastair