Datagrid collapse

When I display data in Datagrid thru DataSet ... the datagrid shows a [+] sign With a word "Tables" and when I click it it opens the tabuler view of the set....like:

[+]
|
- Tables

How can I display all data by not clicking that [+] sign ? (means when i load the form it'll display data automatically in Datagrid so that i dont hav to click that "Tables" ) ?

[380 byte] By [ar1ndam] at [2007-12-17]
# 1
Set the datagrids datasource to the dataset.tables(0) or dataset.tables("TableName")
KenTucker at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Thanks.
ar1ndam at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...