DateTimePicker in DataGridView ??

tarunkapoor

Member
Joined
Apr 10, 2005
Messages
17
Programming Experience
3-5
Hi,

I have a DataGridView object in a form. One of the columns is of type date. I want to replace the type of the column to DateTimePicker. I read through a few examples, all of which involve adding DataGridColumnStyles to the DataGridTableStyle. Also i need a DataGrid instead of DataGridView for that. Does anyone know a way through which i can keep by DataGridView and have one of its columns as DateTimePicker.

Thanks !!
 
Back
Top