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

[427 byte] By [kalprin] at [2007-12-24]
# 1
There is a c# example masked edit column in the datagridview faq samples. I placed a vb sample on the vb-tips website.
KenTucker at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2

Can you tell me at which point I would need to convert the DataSource value from an integer into the formatted string, and back again?

Thanks.

kalprin at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...