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
290
How to display only a child band (hide the parent band)?
posted

Hi,

I  am using NetAdvantage 2011.1 UltraWinGrid and UltraDataSouce. The grid has two bands (a parent and a child). At times I wish to only display the children using the same grid band layout of the child as defined in the parent/child.

I know that I can perform a SetDataBinding where the member is the child band, but I lose my grid band layout. Is there a way to perform this?

 

Thanks! 

  • 469350
    Offline posted

    Hi,

    What kind of layout are you referring to here? If you are using RowLayouts, then you can save the RowLayout on the band when it's a child band and then load it into the root band when it becomes the parent band.

    If you are not using RowLayouts, then there's no automatic way to do this. You would have to set up the layout yourself and save it to a Layout file or do it all in code.