如何能让datagrid的记录能修改的同时,不能添加呢?不想要那个添加的功能。[解决办法]win DataView drv = ... drv.AllowNew = false; this.dataGrid1.DataSource = drv;