Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
488
Formatting numeric data
posted

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.

Parents
  • 69686
    posted

    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.

Reply Children