标签: c# winforms datagridview formatting datagridviewtextboxcell
我创建DataGridViewTextBoxCells并将它们添加到我的DGV。
我想禁止所有列0单元格中的任何条目,但是0..9,除了0..9和“。”之外的任何条目。在所有其他人中。
我应该使用哪个事件来强制执行此操作:CurrentCellChanged? CellFormatting?其他一些事件? ......还是其他一些方式?