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.

Re: DataGrid, how to prevent Insert by Tim

Tim
Wed Feb 11 15:48:27 CST 2004

The DataView has an AllowNew property that you can set to False to prevent
user row inserts.

--
Tim Wilson
.Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}

"a" <a@nospam.com> wrote in message
news:e2LqseO8DHA.1592@TK2MSFTNGP10.phx.gbl...
> 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.
>
>