What's the simplest way to format numbers appearing in a particular column of the grid. For example if I want the number 1234.56 to appear as 1,234.5600.
Hello,
You can set the masks and format properties of the editor (EditorStyle property of the field).
You can see the default masks here. This will display this when the editor is in edit mode. If you want when the editor is not in edit mode, you can set the Format property using standard .net formatting.
Thanks for the reply.
I'm interested in the format when not in edit mode at this stage. When you say set the Format property, set the Format property of what exactly ?