I have a datagrid with 7 columns. Each of those columns has a format of "$###,###,###".
Loading data into the grid works perfectly. If you overwrite the text in a cell with a new number everything works fine. But if you edit an existing number in the cell ie. change $400 to $500 by replacing the 4 it doesent accept the change and it would go back to the original value of $400
I have stepped through and put breakpoints to see in the code where its changing and it appears that the datagrid is changing it cause the value in the breakpoint is the original value again.
If anyone has had this problem or know what is happening your help is much appreciated.