AD
Administrator
Syncfusion Team
March 11, 2005 08:36 PM UTC
Did you see this thread on this forum page? http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=25619
It discusses oving columns in a hierarchical grid. To do what you want, I think you would have to listen to the gridDataBoundGrid1.Model.ColsMoved event to catch movingthe parent columns, and then adjust the LayoutColumns in the child hierarchies to match the parent move. It is likely you would have to do the ''silent'' collapse of the grid that is mentioned in that thread to get this to work.
AD
Administrator
Syncfusion Team
March 11, 2005 08:45 PM UTC
Thanks a lot. Will study it.