Hi everybody, i've got a problem with databindings property of a control (myForm) and selectedValue property of a combobox. In my form I use databindings property to bind a DB table to a grid.
When I try to add new record to datagrid, and read the comboBox1.SelectedValue property, it seems the DB is not more binded to grid, and new data are pasted on first record.