|
-
Jul 25th, 2004, 12:41 PM
#1
Thread Starter
New Member
Datagrids - hide column
Hi,
Is there a way to hide a column in a datagrid?
I fill a datagrid with a table from a dataset. But I don't want to see all (customerid is not interesting to see but I need it for relation with other datatables). This is the code to fille the datagrid:
DGCustomers.DataSource = _
Database.DS_Customers.Tables("Customers")
' refresh the Datagrid
DGCustomers.Refresh()
Thanks, kleedje
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
|