Suppress the deletion of rows in a datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a datagrid called MyDataGrid, I wish to suprress the deletion of rows in this grid whilst allowing editing of the rows. The datagrid is bound to a dataset called MyDataset. Is there any way I can do this, you could even do this in Access so surely there must be a way

Thanx in advance

Robert
 
Use a Dataview to filter by rowstate.


Robert Batt said:
Hello,
I have a datagrid called MyDataGrid, I wish to suprress the
deletion of rows in this grid whilst allowing editing of the rows. The
datagrid is bound to a dataset called MyDataset. Is there any way I can do
this, you could even do this in Access so surely there must be a way.
 
Back
Top