form inheritance and DataGridView
I've encountered the following:
when you inherit, say, a form with a button on it (the button's Modifiers property set to protected), it is possible to change that button's properties in the inherited form. But when you try this with DataGridView, all properties are grayed. However, it is possible to assign them by editing *.Designer.cs file directly, so I think it is a bug in the IDE.
One more thing I've noticed: the inherited form's grid has TWO (Name) properties in the Properties editor.
Any comments?
PS. As I see, there is no Inheritance Picker in the Express edition. Probably, this feature is removed for simplicity or something, but it isn't mentioned in the editions comparison table. Is there any other table with more detailed infomation about differences between VS 2005 editions?

