Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3555
Dragging/Droping with Hierarchical parent/child relationship in Grid
posted
I have 2 grids:

Grid 1 has the following schema

DrugId, DrugName



Grid 2 is a hierarchical grid for the following schema

Band(0): GroupId, GroupName
Band(1): GroupId, DrugId, DrugName

Is it possible to allow the user to drag and drop those drugs from Grid 1
into Band(1) of grid 2, thus linking them to the Band(0) group? If so, how
would I go about doing this?

Thanks so much