I create DataGridViewTextBoxCells and add them to my DGV.
I want to disallow any entry but 0..9 in all column 0 cells, and anything but 0..9 and "." in all of the others.
Which event should I use to enforce this: CurrentCellChanged? CellFormatting? Some other event? ...or some other way altogether?