A a Feb 11, 2004 #1 How can I prevent the user from clicking on the last row to insert new records. I just want my DataGrid to do updates. Thanks.
How can I prevent the user from clicking on the last row to insert new records. I just want my DataGrid to do updates. Thanks.
T Tim Wilson Feb 11, 2004 #2 The DataView has an AllowNew property that you can set to False to prevent user row inserts.