I just want to hide the child bands header. since it is occupying some space in showing the data to the user. Also the Parent row is the summary information and the child bands are details information. I do not want to show the header also in child bands.
Please advice. Thanks in advance.
The hoeHeader="false" property in child bands worked.
Example:
<Bands>
<ig:Band AutoGenerateColumns="false" DataMember="SubRows" Key="SubRowId" DataKeyFields="SubRowId" ShowHeader="false">