disable new row creation in datagrid view using c#
Posted
by syedsaleemss
on Stack Overflow
See other posts from Stack Overflow
or by syedsaleemss
Published on 2010-04-19T08:55:01Z
Indexed on
2010/04/19
9:03 UTC
Read the original article
Hit count: 205
Im using c# .net windows forms application. i have a data grid view. It is connected to a database.It displays the contents of a selected table. Now if there are 4 rows in that table, it will display 4 rows. After this i am able to enter the 5th row in the datagrid view. It should be avoided. Now i have to disable creation of a new row. How can I do it?
© Stack Overflow or respective owner