Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > datagrid view
 

datagrid view

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.

laiju lal  Sunday, September 17, 2006 9:58 AM

i checked locked porperty is set to false

laiju lal  Sunday, September 17, 2006 10:03 AM
Naga Satish Rupenaguntla  Sunday, September 24, 2006 2:37 AM

You can use google to search for other answers

Custom Search

More Threads

• DataSet Tables Select() 'LIKE' support
• Databinding design time sort order.
• how do I add this connection with the data source connection wizard?
• Panel scale factor
• Input Box not working for Datagridview manipulation
• DataGridViewComboBoxColumn not displaying stored value
• How to set the Header height of the Datagrid??
• Accessing the value of a a DataRowView from a ListBox (How)?
• BindingNavigator jumps back to first row on clicking "move next"-Button
• No Data Displayed In DataGridView - datasource through DLL