i have a form with one datagrid view. And i inheritted the another form from that from. But in the inheritted form i cannot edit the datagrid view, all the roperties is looks readonly. So i changed the modifier to protectd friend ,public etc.. But its not working. But for other controls like list view and all i can edit in the inheritted form byjust changing the modifier property . How can i edit the datagrid view?
laiju lal Saturday, September 16, 2006 8:45 AM
Check and make sure the DataGridView locked propertyon the parentand inherited form is set to false.
Ken Tucker Saturday, September 16, 2006 10:54 AM
i checked locked property is set to false
i need to know we can modify the position in inheritted form?
But all the properties of datagrid view in the inheritted form are disabled.