Hi, Im having a bit of trouble inheriting forms that contain a datagridview.
Basically although I set the data grid view's Modifier's to public, and locked to false in the base form. When I create a new form that inherits from this the DataGridView is coming up as locked and I cant change any of its properties?
Is there something else I should be doing or is this a bug in the framework?
Basically although I set the data grid view's Modifier's to public, and locked to false in the base form. When I create a new form that inherits from this the DataGridView is coming up as locked and I cant change any of its properties?
Is there something else I should be doing or is this a bug in the framework?