After I change the cell value and move the mouse away, the cell value goes back to the old value. Weird? why?
Printable View
After I change the cell value and move the mouse away, the cell value goes back to the old value. Weird? why?
Either the value entered is not valid (like double instead of single) or the grid's editable property is set to false.
thanks. You are right. the input data is in wrong data type.