Hello,
I have a Grid that has two bands. The parent band is called ZoneGroups and the child band is called Zones. This is suppose to represent a parent child relationship where I can have many Zones in one ZoneGroup. Currently I will have a few ZoneGroups populated with many Zones each. What I would like to do is be able to move the Zones (rows) in the ZoneGroups between each Zone Group. I attached a photo to show my current set up and what I would like to do to clarify.
What I would like to do is move for instance the Zone (row) named "Thermal 1-1" into the ZoneGroup 2, creating now only 1 row in ZoneGroup 1, and three rows in ZoneGroup 2.I read in a forum that this might not be possible. If its not is there any kind of work around that could be suggested to achieve this goal? Thank you for your time!
Hello Rich,
I think that you could achieve desire behavior if you are using :
- ultraGrid1_SelectionDrag()
- ultraGrid1_DragDrop()
- ultraGrid1_DragEnter()
events and set property AllowDrop = true of your UltraGrid. Could you please take a look at the attached sample for more details. Also I attached one more sample (UltraGirdDragRows) with dragging a rows between two different UltraGird. Please let me know if you have any questions
Regards