Is it possible to show different columns in childbands?
My problem is my childrows need to display certain columns depending on the information in the parent row. So for a parent of type A the child row needs Type and Value columns but type B needs child columns of Type,Value and Description.
Thanks
tjjones22,
WinGrid expects its data to be homogenous. This means that all rows of a particular band have the same structure, regardless of the parent row to which the child row belongs.
Using WinTree would likely be a better approach for displaying data like this.