Could you please tell me how to use the datagrid to drill down.  I want to have a datagrid that when I click on a row it will fill another datagrid using a parameterized query.  I can do this in a list box with SelectedItem, but I do not know how to do this in a datagrid.  Clicking on the first datagrid will use the cell for the criteria in the second datagrid.  Thanks