How to add a column of type DateTimePicker in .NET?

I want to create a datetimepicker column in data grid control.
if you know some exisiting sample or could tell me how it ll be possible.
Thanks
[161 byte] By [Farhad] at [2007-11-18 17:33:58]
# 1 Re: How to add a column of type DateTimePicker in .NET?
There is an example in MSDN

Here is the link ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsdatagridcolumnstyleclasstopic.asp)
jonah_taxt at 2007-11-10 3:21:56 >