Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

TreeList - How to drag and drop nodes between two treelists

$
0
0
This example demonstrates how to drag and drop nodes between two treelists. To do so, each extension has its client-side StartDragNode and EndDragNode events handled to:

- Add new drop targets for the node being dragged;
- Perform a callback to the server to update the state of both treelists.

This logic is implemented inside the MyDragHelper.js file.

Viewing all articles
Browse latest Browse all 7205

Trending Articles