VS2005 DataGridView problem

F

Fernando Cardoso

On my Windows Forms app I have a base form called DataEntryForm. On this
form I have a ToolStrip, a DataGridView, a StatusStrip and two buttons. All
these controls are protected friend.

I have a second form called EmployeesForm inherited from DataEntryForm. I
can change the properties of all base form controls but the DataGridView
properties using the designer.

What am I missing? I think this should work. Anyone else have this problem?

Please send any answer to my e-mail too.

Thanks in advance.

Fernando
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top