Hi,
Having a problem with the dataGridView control being populated with Display members:
Code:
private string settingsFile = @"Data\IntelliSched.xml";
private void loadDataFromXML()
{
dataSetXML.ReadXml(settingsFile);
}
DataSet contents:
Table -> zone
id
name
----
Table -> postcode
name
code
zone
active
----
Pics:
The data is loaded, but it doesn't display the value/displaymember
For info here is the dataset config:
Am I missing something??