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
1070
Band Relation
posted

When using multiple bands in a grid how does the grid know the relationship from one band to another? I can't find a property to make one band a child of another band. In my case I have three bands, a parent, then a child, then a child of the child. Is there anything specific that I have to do to make this work?

Parents
  • 24671
    posted

     Hi,

    You can look at the following sample in  the Infragistics Samples Browser (http://samples.infragistics.com/2008.3/WebFeatureBrowser/Default.aspx): 

    WebGrid -> Defining Layouts -> Hierarchical Grid -> "Source Code" -> HierarchicalGrid.aspx.cs

    There in the CodeBehind you can see how the relations are set.

    I hope this helps,

    Angel 

Reply Children