winform属性如何设置在winform中(不是web里)应如何设置datagrid属性,让数据在datagrid中可编辑 [解决办法]ReadOnly为false,默认时就是false[解决办法]dataGrid.ReadOnly = false;