DataGrid & DataBinding

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



Answer this question

DataGrid & DataBinding