Hi,
I can't see DataGridView Properties in my C# program
in Visual studio 2005.
I can see the DataGridView on the Form - but can't see its Properties.
Why ?
Thanks in advance
Hi,
I can't see DataGridView Properties in my C# program
in Visual studio 2005.
I can see the DataGridView on the Form - but can't see its Properties.
Why ?
Thanks in advance
With the form designer visible, go to the properties window. Near the top will be a drop down list with all the controls. Try selecting the control from the drop down list rather than from the canvas. This also works well for controls that maybe hidden behind other controls.
This same thing happened to me because the full path of the project contained an '&'. When I moved the project to a path that did not have an '&' everything worked.