Suppress the deletion of rows in a datagrid

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
 
C

CJ Taylor

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top