Is there a way to have a column from a child band show in the parent band? If necessary, it would be okay for the parent band row to be duplicated for the number of child band rows available. Is this possible?
Hi,
I am not quite sure how you expect this to look, but the grid is going to be bound to whatever data you give it. If there is a richer hierarchical display, you can simply create a custom data table in code behind and bind that to the grid. If that does not work, you can use the UltraDataSource and manually create bands and columns and bind that component to the grid.
If you have a screenshot of what you are trying to do, that might help me undestand this as well.
Thanks
Jason
You could also add an unbound column to the parent band and use the InitializeRow event to populate the cells of this column with data from the child row(s).
I am trying to display the child band in the column of the parent grid.
I am able to display the first rows of the child band in the parent grid.
However I am having trouble displaying in the parent grid multiply rows of the child band.
Could you please give me idea or example what approach give to achieve that.
Kind Regards,
p