Hi,
In business applications, I often have to design a grid of data, and
each item has another list of related data.
For example, I want to display a list of customer data (first name,
last name, telephone, email), and a single customer has several
documents linked to him, where you want to see the filename, author,
description etc.
I often end up with 2 grids which present the data. On selecting the
customer, the second grid shows the documents. This is not very
intuitive for some people. Does anyone know some good examples of
displaying this kind of nested data?