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" ) ?

