Good Evening,
We have a DataGrid Control with the DataSource set to an ADO Data Control (ADODC). AllowAddNew, AllowDelete & AllowUpdate are all set to True. There are 5 columns.
The ADODC is connected to an Access table using a Microsoft.Jet.OleDb.4.0 connection string.
If a user positions to the new record (i.e. the record asterisked on the "bottom" of this list), they must enter at least one column of data. If they do not enter at least one column of data, the following message box is displayed when the user attempts to postion the cursor to another row.
"Microsoft DataGrid Control. Empty row cannot be inserted. Row must have at least one column value set. OK (button)"
This is inconveniant when the user accidently positions to the "add record" row.
Is there anyway around this problem?
Thank you.
We have a DataGrid Control with the DataSource set to an ADO Data Control (ADODC). AllowAddNew, AllowDelete & AllowUpdate are all set to True. There are 5 columns.
The ADODC is connected to an Access table using a Microsoft.Jet.OleDb.4.0 connection string.
If a user positions to the new record (i.e. the record asterisked on the "bottom" of this list), they must enter at least one column of data. If they do not enter at least one column of data, the following message box is displayed when the user attempts to postion the cursor to another row.
"Microsoft DataGrid Control. Empty row cannot be inserted. Row must have at least one column value set. OK (button)"
This is inconveniant when the user accidently positions to the "add record" row.
Is there anyway around this problem?
Thank you.