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
400
Creating a three level collapsable grid
posted

I am new to Infragistics on Windows (Net Advantage 8.3). I am wondering what general tool and options are best to develop a 3-level collapsable grid that looks like below.

Note that the data source is just one table, and this is really a simple grid. The only fancy thing is the collapsable logic in the first column.

I am just looking for orientation, to make sure I don't waste time trying to use the wrong tool, when another tool (or set of options) is much better. The Win Tree might seem appropriate, except that the tree logic just applies to the first column; otherwise all the columns are the same at all the levels. And really I don't literally need a tree, just some equivalent collapsable logic for filtering.

(Sorry that the format is not perfect. I haven't figured out how to set my font-spacing here. All the ABC's should be directly beneath each other.)

    Item Number      Vendor   Qty   . . .

- A/1234               ABC        125
  - A/1234-010         ABC     40
      A/1234-010 U     ABC     10
      A/1234-010 C     ABC     10
      A/1234-010 R     ABC     20
  - A/1234-020         ABC     10
      A/1234-020 U     ABC      5
      A/1234-010 R     ABC      5
  + A/1234-030         ABC     60
  - A/1234-050         ABC     15
      A/1234-050 R     ABC     10
      A/1234-050 T     ABC      5
+ P/4682               GKLE    63
- E/9876               XRA     70
  - E/9876             XRA     22
. . .

There are about 12 columns, and indefinite number of rows. The main thing is that the first column is in three sections (e.g. A/1234    010     U), or you might call it three columns. I would like to be able to expand/contract the first column like a tree view. But otherwise all the columns are the same for all of the levels; they are just normal columns. A few of them should be updatable, most are read-only. Obviously the first column is read-only.