I have a Datagrid bound to a DataTable. <BR><BR>If I programmatically change a cell in the DataGrid, I'm kind of expecting a) the underlying column in the DataTable to be updated and b) the RowState ...
I have a Read-Only DataGridView that is bound to a BindingList<MyCustomClass>. The custom class it's bound to has quite a few integers and doubles that default to Int32.MinValue and Double.MinValue ...