Hi Guys,
I am working on VS2005 and Compact Framework 2.0
I have 1 dataset with 2 tables
Inspections and violations
InspectionsDataGrid is bound to InspectionsBindingSource
ViolationsDataGrid is bound to FK_Inspections_Violations
I can customise the grid' columns if it is bound to a parent table but not to a child table
All my changes are overritten with the column names from the tables :(
Some one help please.
Thanks,
Joao

DataGrid & DataBinding
pc_bond
Thank you,
That is the way I actually have been doing doing it :), Thanks.
Joao
straightener
You can't bind to relations on NETCF's grid. Please see this for workaround:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1455&SiteID=1