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
185
Formatting a Field
posted

 Might be quite a simple question, I have bound a XamDataGrid to a SQL Server view, one field is a quantity, stored as a decimal in the DB.  When the Grid displays it, its default format is to show this decimal value as currency, but we only need it to show a decimal value without leading currency symbol.

 Having spent all day in FieldLayouts, FieldLayoutSettings and FieldSettings I'm still none the wiser.

 Any help greatly appreciated, thanks!

Parents
No Data
Reply
  • 10
    posted

    it would seem decimal data types are displayed in the xamcurrencyeditor, and double data type displayed in xamnumbereditor.

    Just convert your decimal data to double, and it gets rid of the currencies.

Children
No Data