Sep 23, 2002 #1 dynodave Programmer Sep 23, 2002 11 GB How do you set columns in a datagrid to readonly = false while also not allowing users to enter new rows of data.
How do you set columns in a datagrid to readonly = false while also not allowing users to enter new rows of data.
Sep 23, 2002 #2 RiverGuy Programmer Jul 18, 2002 5,011 US Use a dataView for your datagrid's datasource, and set the dataView's "AllowNew" property. Upvote 0 Downvote
Sep 23, 2002 Thread starter #3 dynodave Programmer Sep 23, 2002 11 GB cheers riverguy, just what i needed Upvote 0 Downvote