In VS2005, i am using the DataGridView.
I need to beable to programatically enable or disable editing on the control. I see the checkboxes in the designer for "Enable Adding", "Enable Deleting" and "Enable Editing" (and "Enable Reorder Columns")
but in the code, there are only methods for "Enable Adding" and "Enable Deleting"
How can I turn enable Editing on and off, the same way as Adding and Deleting?
Thanks
I need to beable to programatically enable or disable editing on the control. I see the checkboxes in the designer for "Enable Adding", "Enable Deleting" and "Enable Editing" (and "Enable Reorder Columns")
but in the code, there are only methods for "Enable Adding" and "Enable Deleting"
How can I turn enable Editing on and off, the same way as Adding and Deleting?
Thanks