To set up databinding I set the DataSource, DisplayMember and ValueMember
fields for the comboBox. For this case its a 'Machine' table and the
DisplayMember is the 'Name' field, ValueMember is the 'ID' field (again the
datasource is based on a DataTable). If I Add or Delete a row in the
DataTable the combo reflects the additions/deletions just like we expect.
However, if I change the 'Name' field in an existing row in the DataTable,
the combobox does not reflect that change.
This can't be normal or 'as designed' behavior, can it?
OK more information.. The 'DataTable' (MachinesDataTable) was developed by
another guy using the IDE for a regular framework project. Then modified to
work on the compact framework. Could this modification have affected the
way changes are reported to the ComboBox? He did say something about the
MachineDataTableChangeEvent code... I will look at this code later and
update the newsgroup.
Great job on the OpenNETCF project! I have learned more from it than any
other site. Although the
www.codeproject.com site is awesome too!