I have like this,
There are form with binded combobox and textbox. Before editing the data in form the combobox shown normally (when currencymanager position changed).
Form data : ID Name Country
1, x, (3)Can (Combobox) given from Country datatable
2, y, (2)US
3, z, (1)Az
Country data: ID Country
1, Az
2, US
3, Can
But as soon I was changed Country f.e. for y name to 1(Az), after updating the Customer Datatable for all customers where Country is Az (First value in combobox) shown "System.Data.DataRowView" (Az also include in combobox list but not highligted). If I sort Country datatable as desc same will appear with US.
There are form with binded combobox and textbox. Before editing the data in form the combobox shown normally (when currencymanager position changed).
Form data : ID Name Country
1, x, (3)Can (Combobox) given from Country datatable
2, y, (2)US
3, z, (1)Az
Country data: ID Country
1, Az
2, US
3, Can
But as soon I was changed Country f.e. for y name to 1(Az), after updating the Customer Datatable for all customers where Country is Az (First value in combobox) shown "System.Data.DataRowView" (Az also include in combobox list but not highligted). If I sort Country datatable as desc same will appear with US.