Hi,

I have a vb.net application. I use data adapter to generate a dataset and bind the dataset to a datagrid. The user can edit the records that are shown in the datagrid. But Adding new and deleting are not allowed.
How to prevent the user from adding and deleting record in a vb.net datagrid?

Thanks,

James