Datagrid cell loses digits

  • Thread starter Thread starter Luis C. Uribe
  • Start date Start date
L

Luis C. Uribe

I have a bound datagrid and all works fine but on a numeric column but I
found that when the formatting for the column is set to C or N and I click
on a cell and replace the entire number it works fine, but if I change one
of the digits to the right of the decimal point and then I click on another
row the edit gets lost, the value returns to what it was.

When I use no formatting this problem does not happen. Is this a known
problem?

Luis C. Uribe
 
Actually I found it is even worse. Any edits to the formatted number are
lost after clicking on another row or column. One has to replace the entire
value in order for the change to stick. This is bad behavior, I tried doing
the same on an Infragistics grid and it does not lose edits this way.

I would appreciate any suggestions on how to avoid this behavior,

Luis C. Uribe
 
Back
Top