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
950
Bands and Rows
posted

I'm a little confused about relationship between Bands and Rows. Here is what I'm trying to accomplish:

Band A
|--Band B
|  |--Item B1
|  |--Item B2
|--Item A1
|--Item A2

I thought I'll just set number of rows in Band A to 3 (Band B + 2 Items) but when I do that I get Band B repeated 3 times. So clearly i don't understand how this stuff supposed to work - can anyone please elucidate me on this subject. What is in the rows collection of a band anyway?

 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    What kind of data source are you using for your grid? A band is sort've like a table or a relation in a data source.

    In the hierarchy you list here, you have 3 bands: "Band A", "Band B", and then a third band with items in it that you haven't really named.

    You can't simply set the number of rows on a band. And a band itself doesn't have a rows collection. It would not make sense, because a band can have rows under multiple parents rows.

    The data structure of the grid comes from a data source, anyway, so you need to define the structure and the rows in your data source first.

Reply Children