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!
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.