Winform DataGrid won't accept edits

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a C# winform app with a databound DataGrid. When I edit one of t he
cell's value, as soon as focus goes to another cell, the value I entered
reverts to the bound value. I'm having a very hard time figuring out how to
handle edits to the DataGrid. I have ensured that the readonly is set to
false. I'm not sure what else to check for?
 
Hi Steve,

a) What's the data source?
b) Are you sure the value you enter is acceptable for the data column?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top