Did not find info required at this location, found some info in msdn at
http://msdn2.microsoft.com/en-us/library/7tas5c80.aspx however datagridview
in sample is created in code, mine is created an put on the for and
localized, so I don't want to write oodles of code to get the datagridview
placed on the form and fitted in place. After all, that what the IDE is
suited for and its supposed to save us time.
Question is, I created the two classes (created new class file in project)
now I need to make the columnd of my datagridview2 control on my form to
display the datetimepicker in column named DateActivated. My datagridview
control is bound to a table in a dataset already. Its not obvious from the
sample how I host the control in the column in such a case. I know it needs
to get done in the form load event but the code escapes me.
Can you tell me how?
Thanks a lot in advance.
Bob