Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
760
how to hide the child bands header in webhierarchial grid
posted

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.

 

Parents
No Data
Reply
  • 760
    Verified Answer
    posted

    The hoeHeader="false" property in child bands worked.

    Example:

    <Bands>

    <ig:Band AutoGenerateColumns="false" DataMember="SubRows" Key="SubRowId" DataKeyFields="SubRowId" ShowHeader="false">

Children
No Data