Make a cell editable

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Any method to make a cell editable programmatically
The problem is that if the user entered a value which is not valid then
instead of ignoring the value and explaining the user what was wrong want
to give them another chance to modify the value which they have entered

Thanks,
Samuel
 
Solution to my problem was found

If I set the value type of the cell then the control will not allow input of
the wrong type.

Programmers may put their own Message box by handling the data error event

I am still not sure of how to make a cell editable programmatically

Samuel
 

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