JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
Alright,
I have a dataset with a datatable and that table has 5 fields, PKID, FK_ID, index, name, import. If I bind the datasource and datamember fields of the DGV all 5 columns display, however, I want to limit the dgv to only show the index, name, & import fields, and have the Row Headers list text equal to "MyString " & [index] (as in the index field of the current row).
How would I do this?
Thanks
I have a dataset with a datatable and that table has 5 fields, PKID, FK_ID, index, name, import. If I bind the datasource and datamember fields of the DGV all 5 columns display, however, I want to limit the dgv to only show the index, name, & import fields, and have the Row Headers list text equal to "MyString " & [index] (as in the index field of the current row).
How would I do this?
Thanks