Ok, I'm trying to make a column in my data grid be a DateTimePicker column.
I copied and pasted all the code from the msdn website. Now, the difference in my code and the microsoft code is that my datagrid is not in the startup form. Also, the form it's in is an MdiChild.
So I get errors when the form containing the datagrid is opened.
Next, when i go and take out the whole mdichild thing, the form with the datagrid won't recognize the control inputs. The first command I have in the onLoad function is setting a checkbox. It says "Object Reference not set to the instance of an object". So basically it's not recognizing it's own inputs.
Does someone now how to fix this? Thank you very much