I have given my datagrid a source in code with the following:

Me.DataGrid2.DataSource = Me.dsArchive

The proble is that the datagrid is not expanded (it has the + link in the top left hand corner.

How do i display the entire contents in code?