I have a datagrid and want to make sure a user only adds a new record through my data entry form to make sure it is verified and correct.

But is there any way to disable the addition of a new record in the datagrid itself ?

I had used componentone's truedbgrid on a past job and it had the ability to just set the allowaddnew to false and that would do the trick. Unfortunately I can not afford to purchase that just for a small home project. Besides, I don't have the time to rewrite my app for the new control.

So, I was wondering if I could just do this with the datagrid included with .net 2003.

I would like to allow individual records to be change and am using the datagrid's currentcellchanged to do that.

My grid is bound to an access mdb table using the datasource and datamember.

Any help will be greatly appreciated.
Thanks