Hi.
I have a DataTable with ~20 columns worth of data. There is a subset of about 8 columns that the user needs to see in the grid, but I would like to give the user the ability to click the + (as in a hierarchical grid) and expand to see all the details of the record across multiple rows. Note that this is a single record and therefore doesn't quite fit the mold of a hierarchical grid.
I could, of course, partition the data into a hierarchical format with two one-to-one tables, but I'm wondering if there's some easier way to do this.
Thanks in advance.