As, you can see in the image below whenever I click in the cell it displays 0.00000 instead of 0. The datatype of the column is decimal but how can I format it to show 0 instead of 0.0000 and also 1 and not 1.000000. Thanks!
I just tested this out with a decimal column in a grid and I cannot reproduce this behavior.
What version of the grid are you using? Are you setting any properties on the column, like the InputMask or Format?
Can you post a small sample project demonstrating this behavior?