Good afternoon: I have a Dgv
with a cell that contains the Date, In the Load of the Form I do the following:
dgvContratoRenov.Columns[14].DefaultCellStyle.Format = "d";
When executing the Project, the Date appears well (Ej: 05/04/2017)
.
My problem is that at the time I modify it I do not respect the "/" and I have to write the full date. The idea is that it works as if it were a MaskedTextbox
, that is, que después de ingresar el día se salte a la posición del mes y luego del año.
Is it possible? Thanks