Resolved - System.Data.DataException
When I try to edit data displayed within my DataGrid I get the following error dialog.
The Dialog Box is titled DataGridView Default Error Dialog and the message reads
The following exception occured in the DataGridView:
System.Data.DataException. Cannot set lf1.
at System.Data.DataRowView.SetColumnValue(DataColumn column, Object
Value
at System.Data.DataColumnPropertyDescriptor.SetValue(Object Component,
Object Value)
at System.Windows.Forms.DataGridView.DataGridViewDataConnection.
PushValue(Int32 boundColumnIndex, Int32 columnIndex, Int32 rowIndex,
Object value)
Please advise thanks.
When I try to edit data displayed within my DataGrid I get the following error dialog.
The Dialog Box is titled DataGridView Default Error Dialog and the message reads
The following exception occured in the DataGridView:
System.Data.DataException. Cannot set lf1.
at System.Data.DataRowView.SetColumnValue(DataColumn column, Object
Value
at System.Data.DataColumnPropertyDescriptor.SetValue(Object Component,
Object Value)
at System.Windows.Forms.DataGridView.DataGridViewDataConnection.
PushValue(Int32 boundColumnIndex, Int32 columnIndex, Int32 rowIndex,
Object value)
Please advise thanks.
Last edited: