How to retrieve changes to formatted cell

L

Luis C. Uribe

On a windows forms datagrid I have a databound column with formatting set to
"C" (the problem happens with "N" as well). If I modify a single digit on
the number displayed and I click on another row the changes do not stay.
The only way to make changes is to change the entire value in the cell.
This makes me assume that frmatted cells by design are not editable and I
need to have that feature. Any ideas on how to implement this, some event
where I can parse de value and force it in.

Luis C. Uribe
 
L

Luis C. Uribe

The problem remains, if you have any ideas I would appreciate it. As it is
now I can not use formatting on the cells.

Luis


Alvin Bruney said:
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Luis C. Uribe said:
On a windows forms datagrid I have a databound column with formatting
set
to
"C" (the problem happens with "N" as well). If I modify a single digit on
the number displayed and I click on another row the changes do not stay.
The only way to make changes is to change the entire value in the cell.
This makes me assume that frmatted cells by design are not editable and I
need to have that feature. Any ideas on how to implement this, some event
where I can parse de value and force it in.

Luis C. Uribe
 
A

Alvin Bruney [MVP]

Have a look at the currentcellchanged event.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Luis C. Uribe said:
The problem remains, if you have any ideas I would appreciate it. As it is
now I can not use formatting on the cells.

Luis


Alvin Bruney said:
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Luis C. Uribe said:
On a windows forms datagrid I have a databound column with formatting
set
to
"C" (the problem happens with "N" as well). If I modify a single
digit
and
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top