Advanced customization in The Windows DataGridView Control
-
I'm looking for an example on how to create a DataColumn, DataCell,and a control that inherits form IDataGridViewEditingControl in order to make a DateTimePicker DataGridViewCell.. that I can add to the DataGridView... all my attempts failed... Lazar Mihai Highschool student
-
I'm looking for an example on how to create a DataColumn, DataCell,and a control that inherits form IDataGridViewEditingControl in order to make a DateTimePicker DataGridViewCell.. that I can add to the DataGridView... all my attempts failed... Lazar Mihai Highschool student
Is this for the WinForms DataGridControl or the WebForms one? This is important because the two aren't quite identical... I had to deal with the same problem a while back but all you have to do is extend some classes. There are plenty of examples out there on how to do that. Here's a CP link. http://www.codeproject.com/cs/miscctrl/noogenwinforms.asp. Have fun!