Masked DataGridViewEditControl
Can anyone point me in the right direction (or show a sample) to have a masked edit control as the editing control in a datagridview cell? I have a data source that stores an int which represents minutes. I want to display that and have users be able to enter it as 'HH:MM' so it needs to be converted before display, shown in a masked edit control, and converted back to minutes after editing.
Thanks,
Ken

