If anyone's used Access recently, you might recall that when it displays data for a table that has a relationship, a little expandable node appears next to each row. Clicking on it shows all of the data from other tables related to that row in-line, underneath the row.
I basically want to do that in .Net. Is this something I can do using a DataGridView, which I'm already using, or do I need to build/buy something?