The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I am playing with the sample. Pretty nice. Just wondering, in case parent and childs are using the same set of columns, is there a way to allow user to rearrange the columns based on the parent header?
Thanks
Chris
ADAdministrator 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.
ADAdministrator Syncfusion Team March 11, 2005 08:45 PM UTC