-
DataGrid Question
I've created a test Windows application and I have a datagrid being filled from an access table.
When it gets filled, I end up with nothing initially displayed, but a small plus (+) sign at teh left of the table. Clicking that, will take me to another level where I can select the table I expect, clicking that will take me to the actual data.
Would someone be able to tell me how to fill up a datagrid normally, without having the plus sign and having to drill down a couple of levels.
Also - what is the plus sign for ?
Pete
-
are you using an SQL statement to get data from a specific table? Sounds like it is populating everything from the access database.