Thanks, that's a great reply, but I just got it working using:
vb Code:
  1. If myDataGrid.CurrentCell.EditedFormattedValue.ToString = "." Then
  2.                 myDataGrid.EditingControl.Text = "0."
which isn't too far away from what you were explaining.