|
Subject:
|
DGV Binding
|
|
Posted By:
|
4x4
|
Post Date:
|
12/19/2006 5:25:48 AM
|
How can I bind only a few columns of a datasource to my DataGridView.
koolbut
|
|
Reply By:
|
Sunnys
|
Reply Date:
|
1/13/2007 3:31:55 AM
|
one way is to set AutoGenerateColumn to false then define the column u want to show. or hide the column which u dont want.
hope this help
|
|