Is there an example available that shows how to handle dragging a row (rows) from one hierarchical group to another, assuming the same data?
I.e. assume you are displaying customers -> products, and you want to move a product or multiple products from one customer to another.
Thanks.
Hi,
I'm not aware of any samples exactly like this. It would be hard to make a sample of this since moving a row to a new parent would mean modifying the data.It would depend a lot on what kind of data source you are using.
What part of this is giving you trouble?
I haven't really dug into the problem yet...I was just looking for a sample. I assume the way to handle is basically the same as your published example of a drag and drop within the same level, except instead of moving the selecting rows I'll be deleting and inserting. By deleting and inserting, the child parent relationships are correctly maintained. Or should the grid be handling that based on the relationships defined in the grid source, which is a dataset?