Hi,
I set the data source programmatically to datagridview of the windows application.
I set the "Enable editing" to true & readonly property is also set to false.
so is there any thing I'm missing?
Thanks..
Hi,
I set the data source programmatically to datagridview of the windows application.
I set the "Enable editing" to true & readonly property is also set to false.
so is there any thing I'm missing?
Thanks..
Here are the four conditions:
DataGridView
control is enabled.EditMode
property value is not EditProgrammatically
.ReadOnly
properties of the cell, row, column, and control are all set to false
.