I have a DataGrid
bound to a DataTable
which when the program is first started is empty, if the user is to add a value it is written to the appropriate DataTable
cell as it should.
However if the user is the remove this value, the DataGrid
will not allow it and will not update the DataTable
, like so:
I can not seem to find anything online about this and not sure if it is to do with the DataGrid
or the DataTable
, any help is greatly appreciated! Thanks!