I've bound my datagrid to a dataset:
VB Code:
DataGrid1.DataSource = ds 'I dont need to tell you what ds is :)
But when I run the application, the grid shows up all collapsed. I have to expand it, then click "table1" and then it shows the contents.
Is there any code I can use to have the grid displaying everything, so that I don't need to click click click?




Reply With Quote