|
-
Dec 9th, 2007, 09:09 PM
#2
Re: [2005] Data Grid View problem
If you bind a DataSet then you need to set the DataMember to specify the DataTable to display.
The DataGridView does not support relationship navigation at all. The DataGrid does but will still only display data from one table at a time. You'd need to create your own customised grid, which would be a lot of work, or use a third party control if you want more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|