To reproduce: - Add DateTime columns to the grid and set the MaskType of the editor to FreeFormDateTime. - Go to the new row enter a valid date and press Tab. Workaround: class Myditor : RadDateTimeEditor { public override bool IsModified { get { return true; } } }