Hi, How I can implement Drag & Drop function? For example: I have tree and empty panel and I want to drag 1 node of that tree to other panel and after drop it will open query according to dragged node in that panel? |
Hi Emil, It's not possible to drop a tree node onto a panel. Currently, you can drag and drop a tree node only within the same tree (to change its position, its hierarchy...). You may use another tree event (like doubleClick for example) to achieve your request. Best Regards, Ibrahim |